From 6f06596ab40f34c4166833c042ecdeda218c7a1a Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 30 Jan 2013 19:23:32 +0530 Subject: [PATCH] accounts controller --- controllers/accounts_controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/accounts_controller.py b/controllers/accounts_controller.py index 912135e50d..a80afc5587 100644 --- a/controllers/accounts_controller.py +++ b/controllers/accounts_controller.py @@ -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):