fix: Add Invoice Number field to list view in Opening Invoice Creation Tool (#28941)

This commit is contained in:
mergify[bot]
2021-12-18 12:07:45 +05:30
committed by GitHub
parent c5931e4b1e
commit d3c62821fb

View File

@@ -103,10 +103,18 @@
{
"fieldname": "dimension_col_break",
"fieldtype": "Column Break"
},
{
"description": "Reference number of the invoice from the previous system",
"fieldname": "invoice_number",
"fieldtype": "Data",
"in_list_view": 1,
"label": "Invoice Number"
}
],
"istable": 1,
"modified": "2019-07-25 15:00:00.460695",
"links": [],
"modified": "2021-12-17 19:25:06.053187",
"modified_by": "Administrator",
"module": "Accounts",
"name": "Opening Invoice Creation Tool Item",
@@ -116,4 +124,4 @@
"sort_field": "modified",
"sort_order": "DESC",
"track_changes": 1
}
}