fixes in price list for purchase

This commit is contained in:
Nabin Hait 2013-03-06 14:24:03 +05:30
parent 6b58a042c8
commit e1f99586fd

View File

@ -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);
}
}
},