Commit 14f1e430 authored by Noe Fernando Izquierdo Hernandez's avatar Noe Fernando Izquierdo Hernandez

Merge branch 'fix_8_0_3_7_1'

parents 9982036b 02bb1095
Pipeline #23910 failed with stage
in 1 minute and 51 seconds
<a name="8.0.3.7.1"></a>
## 8.0.3.7.1 (2024-08-13)
#### Bug Fixes
* **account.voucher:** se corrige valor del campo EquivalenciaDR en la plantilla xml ([a6c058af](a6c058af))
<a name="8.0.3.7.0"></a>
## 8.0.3.7.0 (2024-07-09)
......
......@@ -156,7 +156,7 @@
IdDocumento="${ invoice.cfdi_folio_fiscal }"
MonedaDR="${ invoice.currency_id.name }"
{% if invoice.currency_id == o.currency_id %}
EquivalenciaDR="1.0000000000"
EquivalenciaDR="1"
{% end %}
{% if invoice.currency_id != o.currency_id %}
EquivalenciaDR="${ o.tipocambiodr(invoice) }"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment