Skip to content

Commit

Permalink
Merge PR #861 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Mar 14, 2024
2 parents e37e39f + 83565f7 commit 023bed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_ubl_payment/models/ubl.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _ubl_add_payment_means(
if date_due:
pay_due_date = etree.SubElement(pay_means, ns["cbc"] + "PaymentDueDate")
pay_due_date.text = date_due.strftime("%Y-%m-%d")
if pay_means_code.text in ["30", "31", "42"]:
if pay_means_code.text in ["30", "31", "42", "58", "59"]:
if (
not partner_bank
and payment_mode
Expand Down

0 comments on commit 023bed2

Please sign in to comment.