mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
fix: pos not working
This commit is contained in:
@@ -407,7 +407,7 @@ class SalesInvoice(SellingController):
|
|||||||
|
|
||||||
for field in ['taxes_and_charges', 'company_address']:
|
for field in ['taxes_and_charges', 'company_address']:
|
||||||
if pos.get(field):
|
if pos.get(field):
|
||||||
self.set(field, pos.get(fieldname))
|
self.set(field, pos.get(field))
|
||||||
|
|
||||||
if not customer_price_list:
|
if not customer_price_list:
|
||||||
self.set('selling_price_list', pos.get('selling_price_list'))
|
self.set('selling_price_list', pos.get('selling_price_list'))
|
||||||
|
|||||||
Reference in New Issue
Block a user