fix: sql error on saving sales invoice without a sales order
This commit is contained in:
parent
937b63433d
commit
fa98e81f0b
@ -81,6 +81,7 @@ class SellingController(StockController):
|
||||
party_details = _get_party_details(customer,
|
||||
ignore_permissions=self.flags.ignore_permissions,
|
||||
doctype=self.doctype, company=self.company,
|
||||
posting_date=self.posting_date if hasattr(self, 'posting_date') else None,
|
||||
fetch_payment_terms_template=fetch_payment_terms_template,
|
||||
party_address=self.customer_address, shipping_address=self.shipping_address_name)
|
||||
if not self.meta.get_field("sales_team"):
|
||||
|
Loading…
x
Reference in New Issue
Block a user