mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
feat: add display dispatch address when dispatch address is selected
(cherry picked from commit d12998e524)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user