no -ve balance accepted in sales and purchase invoice

This commit is contained in:
Saurabh
2013-03-20 12:55:28 +05:30
parent 19a504d32e
commit 6f75318134
3 changed files with 8 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ from controllers.accounts_controller import AccountsController
class SellingController(AccountsController):
def validate(self):
super(SellingController, self).validate()
self.set_total_in_words()
def set_total_in_words(self):