Skip to content

Commit

Permalink
[IMP]base_ubl_payment: Add payment means to SEPA direct debit/credit …
Browse files Browse the repository at this point in the history
…transfer
  • Loading branch information
bosd authored Nov 15, 2023
1 parent 29d32f2 commit 83565f7
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 83565f7

Please sign in to comment.