[Partial]Some more changes to enable shipping address to be displayed in PO
This commit is contained in:
parent
26bb6f37bc
commit
7e2d7e88a6
@ -13,12 +13,6 @@ frappe.ui.form.on("Purchase Order", {
|
||||
}
|
||||
});
|
||||
|
||||
frappe.ui.form.on_change("Purchase Order", "company", function(frm){
|
||||
erpnext.utils.get_shipping_address(frm.doc)
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
erpnext.buying.PurchaseOrderController = erpnext.buying.BuyingController.extend({
|
||||
refresh: function(doc, cdt, cdn) {
|
||||
var me = this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user