mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-15 04:45:09 +00:00
- all department creation always fails after first company, this is handled in exception handling code but better to not attempt this in first place. - move department creation to company.py this has nothing to do with setup and previous function signature made no sense.