Commit 526d75a9 authored by Gabriel Solano De Sixto's avatar Gabriel Solano De Sixto Committed by Noe Fernando Izquierdo Hernandez

feat(account_voucher.txt):

Se cambia la equivalencia DR de 1 a 1.0000000000 debido a la actualización de pagos 2.0 genera una inconsistencia en los decimales
parent 5b395fb3
Pipeline #21956 passed with stage
in 51 seconds
......@@ -156,7 +156,7 @@
IdDocumento="${ invoice.cfdi_folio_fiscal }"
MonedaDR="${ invoice.currency_id.name }"
{% if invoice.currency_id == o.currency_id %}
EquivalenciaDR="1"
EquivalenciaDR="1.0000000000"
{% 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