[error-reports]

This commit is contained in:
Rushabh Mehta
2014-11-28 14:56:10 +05:30
parent 7c82d616c9
commit 3d65d9602e
3 changed files with 10 additions and 5 deletions

View File

@@ -233,6 +233,11 @@ erpnext.POS = Class.extend({
},
make_item_list: function() {
var me = this;
if(!this.price_list) {
msgprint(__("Price List not found or disabled"));
return;
}
me.item_timeout = null;
frappe.call({
method: 'erpnext.accounts.doctype.sales_invoice.pos.get_items',