fix: sql error on saving sales invoice without a sales order

This commit is contained in:
barry86m 2020-09-07 01:36:15 +01:00 committed by GitHub
parent 937b63433d
commit fa98e81f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"):