mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 03:58:26 +00:00
GL Control rewrite and many other cleanup using inheritence
This commit is contained in:
@@ -18,8 +18,9 @@ from __future__ import unicode_literals
|
||||
import webnotes
|
||||
from setup.utils import get_company_currency
|
||||
|
||||
from utilities.transaction_base import TransactionBase
|
||||
class SellingController(TransactionBase):
|
||||
from controllers.accounts_controller import AccountsController
|
||||
|
||||
class SellingController(AccountsController):
|
||||
def validate(self):
|
||||
self.set_total_in_words()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user