mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-05 05:09:11 +00:00
Merge branch 'master' of github.com:webnotes/erpnext into website-wip
Conflicts: patches/patch_list.py
This commit is contained in:
@@ -70,7 +70,6 @@ class DocType(DocListController):
|
||||
matched=True
|
||||
ref_uom = webnotes.conn.get_value("Stock Ledger Entry",
|
||||
{"item_code": self.doc.name, "is_cancelled": "No"}, "stock_uom")
|
||||
|
||||
if ref_uom:
|
||||
if cstr(ref_uom) != cstr(self.doc.stock_uom):
|
||||
matched = False
|
||||
|
||||
Reference in New Issue
Block a user