1. Patches ":" missing bug

2. Purchase Receipt ".get_bin_details(arg)f" is changed to ".get_bin_details(arg)"
This commit is contained in:
Brahma K 2011-08-16 14:48:46 +05:30
parent 8703734087
commit fce442ebca
2 changed files with 66 additions and 66 deletions

View File

@ -1405,5 +1405,5 @@ def execute(patch_no):
# update name of questions page
sql("update tabPage set name='questions' where name='Questions'")
sql("update tabPage set name='question-view' where name='Question View'")
elif patch_no == 339
elif patch_no == 339:
reload_doc('production','doctype','bill_of_materials')

View File

@ -59,7 +59,7 @@ class DocType(TransactionBase):
# get available qty at warehouse
def get_bin_details(self, arg = ''):
return get_obj(dt='Purchase Common').get_bin_details(arg)f
return get_obj(dt='Purchase Common').get_bin_details(arg)
# Pull Purchase Order
def get_po_details(self):