Merge branch 'develop' of https://github.com/frappe/erpnext into tax_fetch_quote

This commit is contained in:
Deepesh Garg
2020-09-29 17:26:48 +05:30
142 changed files with 2052 additions and 2053 deletions

View File

@@ -82,6 +82,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.get('posting_date'),
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"):