mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-20 15:25:13 +00:00
fix: unsupported operand type(s) for //: 'float' and 'NoneType' for POS Barcode search (#35710)
* fix: unsupported operand type(s) for //: 'float' and 'NoneType' for POS Barcode search (#35710)
(cherry picked from commit 58a6bbcf6d)
# Conflicts:
# erpnext/selling/page/point_of_sale/point_of_sale.py
* chore: resolve conflicts
---------
Co-authored-by: Vishal Dhayagude <vishdha@users.noreply.github.com>
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com>
This commit is contained in:
@@ -65,7 +65,7 @@ def search_by_term(search_term, warehouse, price_list):
|
||||
"item_code": item_code,
|
||||
"batch_no": batch_no,
|
||||
},
|
||||
fields=["uom", "stock_uom", "currency", "price_list_rate", "batch_no"],
|
||||
fields=["uom", "currency", "price_list_rate", "batch_no"],
|
||||
)
|
||||
|
||||
def __sort(p):
|
||||
|
||||
Reference in New Issue
Block a user