mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Add line numbering to SalesOrderLineItem table
This commit is contained in:
@ -50,6 +50,12 @@ $("#so-lines-table").inventreeTable({
|
||||
title: 'ID',
|
||||
visible: false,
|
||||
},
|
||||
{
|
||||
title: 'Line',
|
||||
formatter: function(value, row, index, field) {
|
||||
return index + 1;
|
||||
},
|
||||
},
|
||||
{
|
||||
sortable: true,
|
||||
field: 'part',
|
||||
|
Reference in New Issue
Block a user