Purchase Voucher bug fix '.get_bin_details(arg)f' changed to '.get_bin_details(arg)'

This commit is contained in:
Brahma K 2011-08-16 14:38:01 +05:30
parent ccfab6b37c
commit 7b1a2dc89a

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):