mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 15:45:01 +00:00
[Partial]Some more changes to enable shipping address to be displayed in PO
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user