diff --git a/erpnext/buying/doctype/supplier/supplier.json b/erpnext/buying/doctype/supplier/supplier.json index 4094aa1961e15a96277b8d9ef1b61e21fc83221e..abd2988cc68da6a7bd237e117f24394ea4b045d4 100644 --- a/erpnext/buying/doctype/supplier/supplier.json +++ b/erpnext/buying/doctype/supplier/supplier.json @@ -110,6 +110,7 @@ "options": "Bank Account" }, { + "allow_in_quick_entry": 1, "fieldname": "tax_id", "fieldtype": "Data", "label": "Tax ID" @@ -486,7 +487,7 @@ "link_fieldname": "party" } ], - "modified": "2023-12-08 16:03:01.935070", + "modified": "2024-03-07 16:36:22.492812", "modified_by": "Administrator", "module": "Buying", "name": "Supplier", diff --git a/erpnext/buying/doctype/supplier/supplier.py b/erpnext/buying/doctype/supplier/supplier.py index 4536b3fda00c5e709345fb24128633ac858a4c68..5b61ece53cc7be6087a0aca0cca894735a611744 100644 --- a/erpnext/buying/doctype/supplier/supplier.py +++ b/erpnext/buying/doctype/supplier/supplier.py @@ -233,6 +233,7 @@ def get_supplier_primary_contact(doctype, txt, searchfield, start, page_len, fil ) ).run(as_dict=False) + @frappe.whitelist() @erpnext.allow_regional def company_query(txt): diff --git a/erpnext/regional/france/pappers/api.py b/erpnext/regional/france/pappers/api.py index 9a70428527e955031c25319e623ef21596b7b1a3..e587fa51379a50c1b9dc27c9fc370245ee3fe272 100644 --- a/erpnext/regional/france/pappers/api.py +++ b/erpnext/regional/france/pappers/api.py @@ -29,7 +29,12 @@ def setup_pappers(doc, method): def setup_custom_fields(): pappers_fields = [ - dict(fieldname="public_information_tab", label="Public Information", fieldtype="Tab Break"), + dict( + fieldname="public_information_tab", + label="Public Information", + fieldtype="Tab Break", + insert_after="portal_users", + ), dict( fieldname="general_info_section", label="Company Type", diff --git a/erpnext/selling/doctype/customer/customer.json b/erpnext/selling/doctype/customer/customer.json index 87d23ff1eee883fadc64d1b91d10e8aca0b35de5..5cb0a5605b15e151dc4ed7e8d119d3f5ad3a5ec9 100644 --- a/erpnext/selling/doctype/customer/customer.json +++ b/erpnext/selling/doctype/customer/customer.json @@ -198,6 +198,7 @@ "print_hide": 1 }, { + "allow_in_quick_entry": 1, "fieldname": "tax_id", "fieldtype": "Data", "label": "Tax ID" @@ -606,7 +607,7 @@ "link_fieldname": "party" } ], - "modified": "2023-12-28 13:15:36.298369", + "modified": "2024-03-07 16:37:31.272633", "modified_by": "Administrator", "module": "Selling", "name": "Customer",