mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-22 03:35:43 +00:00
fix(pos): populate packed_items table in POS Invoice
(cherry picked from commit a65b200eb7)
This commit is contained in:
@@ -216,6 +216,7 @@ class POSInvoice(SalesInvoice):
|
|||||||
self.validate_loyalty_transaction()
|
self.validate_loyalty_transaction()
|
||||||
self.validate_company_with_pos_company()
|
self.validate_company_with_pos_company()
|
||||||
self.validate_full_payment()
|
self.validate_full_payment()
|
||||||
|
self.update_packing_list()
|
||||||
if self.coupon_code:
|
if self.coupon_code:
|
||||||
from erpnext.accounts.doctype.pricing_rule.utils import validate_coupon_code
|
from erpnext.accounts.doctype.pricing_rule.utils import validate_coupon_code
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user