feat: add display dispatch address when dispatch address is selected

This commit is contained in:
Karm Soni
2025-04-17 16:32:59 +05:30
parent c4bd3123fb
commit d12998e524

View File

@@ -305,6 +305,12 @@ erpnext.buying = {
"shipping_address_display", true);
}
dispatch_address(){
var me = this;
erpnext.utils.get_address_display(this.frm, "dispatch_address",
"dispatch_address_display", true);
}
billing_address() {
erpnext.utils.get_address_display(this.frm, "billing_address",
"billing_address_display", true);