Skip to content

Commit

Permalink
fix(ux): customer/supplier docfield layout (#34125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dj12djdjs authored Feb 19, 2023
1 parent dff9655 commit c763523
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions erpnext/buying/doctype/supplier/supplier.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"default_bank_account",
"column_break_10",
"default_price_list",
"payment_terms",
"internal_supplier_section",
"is_internal_supplier",
"represents_company",
Expand Down Expand Up @@ -53,6 +52,7 @@
"supplier_primary_address",
"primary_address",
"accounting_tab",
"payment_terms",
"accounts",
"settings_tab",
"allow_purchase_invoice_creation_without_purchase_order",
Expand Down Expand Up @@ -457,11 +457,10 @@
"link_fieldname": "party"
}
],
"modified": "2022-11-09 18:02:59.075203",
"modified": "2023-02-18 11:05:50.592270",
"modified_by": "Administrator",
"module": "Buying",
"name": "Supplier",
"name_case": "Title Case",
"naming_rule": "By \"Naming Series\" field",
"owner": "Administrator",
"permissions": [
Expand Down
7 changes: 3 additions & 4 deletions erpnext/selling/doctype/customer/customer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"account_manager",
"image",
"defaults_tab",
"default_price_list",
"default_currency",
"default_bank_account",
"column_break_14",
"default_currency",
"default_price_list",
"internal_customer_section",
"is_internal_customer",
"represents_company",
Expand Down Expand Up @@ -568,11 +568,10 @@
"link_fieldname": "party"
}
],
"modified": "2022-11-08 15:52:34.462657",
"modified": "2023-02-18 11:04:46.343527",
"modified_by": "Administrator",
"module": "Selling",
"name": "Customer",
"name_case": "Title Case",
"naming_rule": "By \"Naming Series\" field",
"owner": "Administrator",
"permissions": [
Expand Down

0 comments on commit c763523

Please sign in to comment.