allow changing the uom conversion factor in purchase cycle

This commit is contained in:
Anand Doshi
2012-12-05 16:50:42 +05:30
parent 69e9620609
commit 0a32ed3219
5 changed files with 49 additions and 57 deletions

View File

@@ -64,10 +64,6 @@ class DocType(TransactionBase):
doc.fields[r] = ret[r]
# Get UOM Details
def get_uom_details(self, arg = ''):
return get_obj(dt='Purchase Common').get_uom_details(arg)
# GET TERMS & CONDITIONS
# =====================================================================================
def get_tc_details(self):