mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-03 05:48:47 +00:00
* Improve management of primary address for a company - Simplify approach (remove "confirm_primary" field) - Remove @receiver hook - Move all logic into Address.save() method * Make address primary if it is the only one defined for a company * Update frontend table * Fix saving logic * Actually fix it this time * Fix for unit test * Another test fix