diff --git a/erpnext/controllers/accounts_controller.py b/erpnext/controllers/accounts_controller.py index ff55c89c1f0..e7d0ac994f7 100644 --- a/erpnext/controllers/accounts_controller.py +++ b/erpnext/controllers/accounts_controller.py @@ -95,9 +95,6 @@ force_item_fields = ( class AccountsController(TransactionBase): - def __init__(self, *args, **kwargs): - super().__init__(*args, **kwargs) - def get_print_settings(self): print_setting_fields = [] items_field = self.meta.get_field("items")