Purchase Voucher bug fix '.get_bin_details(arg)f' changed to '.get_bin_details(arg)'
This commit is contained in:
parent
ccfab6b37c
commit
7b1a2dc89a
@ -59,7 +59,7 @@ class DocType(TransactionBase):
|
|||||||
|
|
||||||
# get available qty at warehouse
|
# get available qty at warehouse
|
||||||
def get_bin_details(self, arg = ''):
|
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
|
# Pull Purchase Order
|
||||||
def get_po_details(self):
|
def get_po_details(self):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user