We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e37e39f + 83565f7 commit 023bed2Copy full SHA for 023bed2
base_ubl_payment/models/ubl.py
@@ -51,7 +51,7 @@ def _ubl_add_payment_means(
51
if date_due:
52
pay_due_date = etree.SubElement(pay_means, ns["cbc"] + "PaymentDueDate")
53
pay_due_date.text = date_due.strftime("%Y-%m-%d")
54
- if pay_means_code.text in ["30", "31", "42"]:
+ if pay_means_code.text in ["30", "31", "42", "58", "59"]:
55
if (
56
not partner_bank
57
and payment_mode
0 commit comments