Skip to content

Commit

Permalink
Update contact_address_quick_entry.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bvisible authored Oct 30, 2023
1 parent 59936ef commit 2178511
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions erpnext/public/js/utils/contact_address_quick_entry.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm

get_variant_fields() {
var variant_fields = [
//// commented
/*
{
fieldtype: "Section Break",
label: __("Primary Contact Details"),
Expand All @@ -67,8 +65,6 @@ frappe.ui.form.ContactAddressQuickEntryForm = class ContactAddressQuickEntryForm
{
fieldtype: "Column Break"
},
*/
////
{
label: __("Mobile Number"),
fieldname: "mobile_number",
Expand Down

0 comments on commit 2178511

Please sign in to comment.