.
This commit is contained in:
parent
a8e4f76df2
commit
14c898b13d
@ -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")),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user