refactor: remove 'show remarks'
This commit is contained in:
parent
71521b6550
commit
3018756482
@ -172,11 +172,6 @@ frappe.query_reports["Accounts Receivable"] = {
|
|||||||
"label": __("Show Sales Person"),
|
"label": __("Show Sales Person"),
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"fieldname": "show_remarks",
|
|
||||||
"label": __("Show Remarks"),
|
|
||||||
"fieldtype": "Check",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"fieldname": "tax_id",
|
"fieldname": "tax_id",
|
||||||
"label": __("Tax Id"),
|
"label": __("Tax Id"),
|
||||||
|
@ -906,9 +906,6 @@ class ReceivablePayableReport(object):
|
|||||||
width=180,
|
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")
|
self.add_column(label="Due Date", fieldtype="Date")
|
||||||
|
|
||||||
if self.party_type == "Supplier":
|
if self.party_type == "Supplier":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user