[fix] [minor] merge conflict fixed

This commit is contained in:
Akhilesh Darjee
2013-09-12 14:02:37 +05:30
5 changed files with 16 additions and 3 deletions

View File

@@ -68,7 +68,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