fix: Dispatch address details not displayed in v13

This commit is contained in:
Subin Tom
2021-11-10 20:36:31 +05:30
parent eb5320b885
commit 8ed909da3f

View File

@@ -111,6 +111,10 @@ erpnext.selling.SellingController = erpnext.TransactionController.extend({
erpnext.utils.set_taxes_from_address(this.frm, "shipping_address_name", "customer_address", "shipping_address_name");
},
dispatch_address_name: function() {
erpnext.utils.get_address_display(this.frm, "dispatch_address_name", "dispatch_address");
},
sales_partner: function() {
this.apply_pricing_rule();
},