refactor: Code cleanup

This commit is contained in:
ChillarAnand
2022-01-20 11:02:30 +05:30
parent 0c0a9ed96d
commit f423de530a
3 changed files with 0 additions and 424 deletions

View File

@@ -195,7 +195,6 @@ def install(country=None):
{'doctype': "Party Type", "party_type": "Customer", "account_type": "Receivable"},
{'doctype': "Party Type", "party_type": "Supplier", "account_type": "Payable"},
{'doctype': "Party Type", "party_type": "Employee", "account_type": "Payable"},
{'doctype': "Party Type", "party_type": "Member", "account_type": "Receivable"},
{'doctype': "Party Type", "party_type": "Shareholder", "account_type": "Payable"},
{'doctype': "Party Type", "party_type": "Student", "account_type": "Receivable"},