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