Skip to content

Commit d87740b

Browse files
authored
Merge pull request #62 from MohammedNumair/fixes-v0.2.1
Fix: resolved CannotChangeConstantError on ERP Next version 15
2 parents 09aaaf2 + 292490f commit d87740b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ury/ury/doctype/ury_order/ury_order.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ def make_invoice(customer, payments, cashier, pos_profile,owner, additionalDisco
576576
"payments", dict(mode_of_payment=d["mode_of_payment"], amount=d["amount"])
577577
)
578578

579-
invoice.owner = owner
579+
# invoice.owner = owner
580580
invoice.save()
581581
try:
582582
invoice.submit()

0 commit comments

Comments
 (0)