mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 08:38:30 +00:00
accounts controller
This commit is contained in:
@@ -44,7 +44,7 @@ class AccountsController(TransactionBase):
|
||||
if not stock_in_hand:
|
||||
webnotes.msgprint("""Please specify "Stock In Hand" account
|
||||
for company: %s""" % (self.doc.company,), raise_exception=1)
|
||||
|
||||
|
||||
return stock_in_hand
|
||||
|
||||
def clear_unallocated_advances(self, parenttype, parentfield):
|
||||
|
||||
Reference in New Issue
Block a user