mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
allow changing the uom conversion factor in purchase cycle
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user