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)
This commit is contained in:
marination
2021-08-27 18:06:51 +05:30
parent bf72ec0598
commit 2a3ef03388
5 changed files with 32 additions and 9 deletions

View File

@@ -12,7 +12,8 @@ frappe.ui.form.SupplierQuickEntryForm = class SupplierQuickEntryForm extends fra
}
get_variant_fields() {
var variant_fields = [{
var variant_fields = [
{
fieldtype: "Section Break",
label: __("Primary Contact Details"),
collapsible: 1