Merge branch 'master' of github.com:webnotes/erpnext into website-wip

Conflicts:
	patches/patch_list.py
This commit is contained in:
Anand Doshi
2013-09-12 17:03:21 +05:30
6 changed files with 17 additions and 7 deletions

View File

@@ -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