mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 04:59:18 +00:00
chore: remove unnecessary init method
This commit is contained in:
@@ -95,9 +95,6 @@ force_item_fields = (
|
|||||||
|
|
||||||
|
|
||||||
class AccountsController(TransactionBase):
|
class AccountsController(TransactionBase):
|
||||||
def __init__(self, *args, **kwargs):
|
|
||||||
super().__init__(*args, **kwargs)
|
|
||||||
|
|
||||||
def get_print_settings(self):
|
def get_print_settings(self):
|
||||||
print_setting_fields = []
|
print_setting_fields = []
|
||||||
items_field = self.meta.get_field("items")
|
items_field = self.meta.get_field("items")
|
||||||
|
|||||||
Reference in New Issue
Block a user