commit | 425ab6bb1e190a60f4d0b3333c3b1ef9f76de4e0 | [log] [tgz] |
---|---|---|
author | ShashaQin <shasha.qin@ia-group.com.au> | Wed Mar 02 13:07:58 2016 +0800 |
committer | ShashaQin <shasha.qin@ia-group.com.au> | Wed Mar 02 13:07:58 2016 +0800 |
tree | 24d6fb8f5fd67fd8ec171cc6f0aca5efc657849d | |
parent | cbed331047919eab2bfa3647353a32e323e8d789 [diff] |
Update queries.py
diff --git a/erpnext/controllers/queries.py b/erpnext/controllers/queries.py index 6261e58..fc1ce83 100644 --- a/erpnext/controllers/queries.py +++ b/erpnext/controllers/queries.py
@@ -169,6 +169,7 @@ and tabItem.disabled=0 and (tabItem.end_of_life > %(today)s or ifnull(tabItem.end_of_life, '0000-00-00')='0000-00-00') and (tabItem.`{key}` LIKE %(txt)s + or tabItem.item_group LIKE %(txt)s or tabItem.item_name LIKE %(txt)s or tabItem.description LIKE %(txt)s) {fcond} {mcond}