mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-25 01:28:29 +00:00
fixes in price list for purchase
This commit is contained in:
@@ -75,6 +75,8 @@ erpnext.buying.BuyingController = erpnext.utils.Controller.extend({
|
||||
});
|
||||
} else {
|
||||
me.price_list_currency();
|
||||
if (callback_fn) callback_fn(me.frm.doc, me.frm.doc.doctype,
|
||||
me.frm.doc.name);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user