Merge pull request #52397 from frappe/mergify/bp/version-16-hotfix/pr-52396

fix: remove customer_pos_id reference (backport #52396)
This commit is contained in:
ruthra kumar
2026-02-10 18:28:49 +05:30
committed by GitHub
2 changed files with 1 additions and 8 deletions

View File

@@ -110,12 +110,6 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm
options: "Country",
mandatory_depends_on: "eval:doc.city || doc.address_line1",
},
{
label: __("Customer POS Id"),
fieldname: "customer_pos_id",
fieldtype: "Data",
hidden: 1,
},
];
return variant_fields;