From 2a098ada7c9a61ffe2b74ac13990eb12f1c0587e Mon Sep 17 00:00:00 2001 From: Giovanni Date: Sun, 10 Dec 2017 20:33:20 +0100 Subject: [PATCH] - bug fix --- erpnext/accounts/doctype/sales_invoice/pos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/sales_invoice/pos.py b/erpnext/accounts/doctype/sales_invoice/pos.py index 4be16ba2b3..e37dbbf11c 100644 --- a/erpnext/accounts/doctype/sales_invoice/pos.py +++ b/erpnext/accounts/doctype/sales_invoice/pos.py @@ -163,7 +163,7 @@ def get_items_list(pos_profile): select name, item_code, item_name, description, item_group, expense_account, has_batch_no, has_serial_no, expense_account, selling_cost_center, stock_uom, image, - default_warehouse, is_stock_item, barcode, brand + default_warehouse, is_stock_item, brand from tabItem where