accounts controller
This commit is contained in:
parent
fb3fd6e3e5
commit
6f06596ab4
@ -44,7 +44,7 @@ class AccountsController(TransactionBase):
|
|||||||
if not stock_in_hand:
|
if not stock_in_hand:
|
||||||
webnotes.msgprint("""Please specify "Stock In Hand" account
|
webnotes.msgprint("""Please specify "Stock In Hand" account
|
||||||
for company: %s""" % (self.doc.company,), raise_exception=1)
|
for company: %s""" % (self.doc.company,), raise_exception=1)
|
||||||
|
|
||||||
return stock_in_hand
|
return stock_in_hand
|
||||||
|
|
||||||
def clear_unallocated_advances(self, parenttype, parentfield):
|
def clear_unallocated_advances(self, parenttype, parentfield):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user