Skip to content

Commit

Permalink
refactor: remove 'show remarks'
Browse files Browse the repository at this point in the history
  • Loading branch information
ruthra-kumar committed Jun 13, 2022
1 parent 71521b6 commit 3018756
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,6 @@ frappe.query_reports["Accounts Receivable"] = {
"label": __("Show Sales Person"),
"fieldtype": "Check",
},
{
"fieldname": "show_remarks",
"label": __("Show Remarks"),
"fieldtype": "Check",
},
{
"fieldname": "tax_id",
"label": __("Tax Id"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,6 @@ def get_columns(self):
width=180,
)

if self.filters.show_remarks:
self.add_column(label=_("Remarks"), fieldname="remarks", fieldtype="Text", width=200),

self.add_column(label="Due Date", fieldtype="Date")

if self.party_type == "Supplier":
Expand Down

0 comments on commit 3018756

Please sign in to comment.