Skip to content

Commit

Permalink
chore: remove stale code
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Sep 18, 2023
1 parent ac650d2 commit 083c82c
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions erpnext/accounts/report/accounts_receivable/accounts_receivable.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,24 +173,6 @@ frappe.query_reports["Accounts Receivable"] = {
"fieldname": "show_remarks",
"label": __("Show Remarks"),
"fieldtype": "Check",
},
{
"fieldname": "customer_name",
"label": __("Customer Name"),
"fieldtype": "Data",
"hidden": 1
},
{
"fieldname": "payment_terms",
"label": __("Payment Tems"),
"fieldtype": "Data",
"hidden": 1
},
{
"fieldname": "credit_limit",
"label": __("Credit Limit"),
"fieldtype": "Currency",
"hidden": 1
}
],

Expand Down

0 comments on commit 083c82c

Please sign in to comment.