mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
no -ve balance accepted in sales and purchase invoice
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user