[Partial]Some more changes to enable shipping address to be displayed in PO

This commit is contained in:
shreyas 2016-02-03 15:52:38 +05:30 committed by Nabin Hait
parent 26bb6f37bc
commit 7e2d7e88a6

View File

@ -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;