set the pos profile in the sales invoice
This commit is contained in:
parent
5647bf081a
commit
3f0dfd720f
@ -305,6 +305,7 @@ class SalesInvoice(SellingController):
|
|||||||
self.account_for_change_amount = frappe.db.get_value('Company', self.company, 'default_cash_account')
|
self.account_for_change_amount = frappe.db.get_value('Company', self.company, 'default_cash_account')
|
||||||
|
|
||||||
if pos:
|
if pos:
|
||||||
|
self.pos_profile = pos.name
|
||||||
if not for_validate and not self.customer:
|
if not for_validate and not self.customer:
|
||||||
self.customer = pos.customer
|
self.customer = pos.customer
|
||||||
self.mode_of_payment = pos.mode_of_payment
|
self.mode_of_payment = pos.mode_of_payment
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user