fix(pos): populate packed_items table in POS Invoice

This commit is contained in:
Lewis
2025-08-12 17:17:08 -04:00
parent 0fc187adc3
commit a65b200eb7

View File

@@ -217,6 +217,7 @@ class POSInvoice(SalesInvoice):
self.validate_loyalty_transaction()
self.validate_company_with_pos_company()
self.validate_full_payment()
self.update_packing_list()
if self.coupon_code:
from erpnext.accounts.doctype.pricing_rule.utils import validate_coupon_code