Skip to content

Commit

Permalink
refactor: hide old checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Jan 9, 2025
1 parent bb8d2c9 commit c8e93e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion erpnext/setup/doctype/company/company.json
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@
"description": "If <b>Enabled</b> - Reconciliation happens on the <b>Advance Payment posting date</b><br>\nIf <b>Disabled</b> - Reconciliation happens on oldest of 2 Dates: <b>Invoice Date</b> or the <b>Advance Payment posting date</b><br>\n",
"fieldname": "reconcile_on_advance_payment_date",
"fieldtype": "Check",
"hidden": 1,
"label": "Reconcile on Advance Payment Date"
},
{
Expand Down Expand Up @@ -840,7 +841,7 @@
"image_field": "company_logo",
"is_tree": 1,
"links": [],
"modified": "2025-01-09 20:01:14.818688",
"modified": "2025-01-09 20:12:25.471544",
"modified_by": "Administrator",
"module": "Setup",
"name": "Company",
Expand Down

0 comments on commit c8e93e7

Please sign in to comment.