mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-30 18:34:48 +00:00
* feat: (consistency) Add Primary Address and Contact section in Supplier - The same is present in customer and is inconsistent with supplier - Helps quickly create primary address and contact via quick entry * fix: Popup stale build and data consistency - Include `supplier_quick_entry.js` in erpnext.bundle.js - Create primary supplier address on update - Set newly created address (quick entry) in Supplier and Customer - Clear address set in supplier and customer on delete (dependency) * fix: Indentation and removed f-strings - Sider: fixed indentation in js - Dont use f-strings in queries