This commit is contained in:
David Arranz 2026-03-23 17:08:49 +01:00
parent a8e4f76df2
commit 14c898b13d

View File

@ -28,7 +28,7 @@ def create_invoice_header(
"language_code": cf.get("language_code"),
"subtotal_amount_value": str(none_to_empty(hif.get("subtotal_amount_value"))),
"global_discount_percentage": str(none_to_empty(hif.get("discount_percentage_val"))),
"global_discount_percentage_value": str(none_to_empty(hif.get("discount_percentage_val"))),
"discount_amount_value": str(none_to_empty(hif.get("discount_amount_value"))),
"taxable_amount_value": str(hif.get("taxable_amount_value")),
"taxes_amount_value": str(hif.get("taxes_amount_value")),