mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Improve titles in table
This commit is contained in:
parent
e36b4458bd
commit
6367f1a9ed
@ -951,7 +951,7 @@ function loadUsedInTable(table, part_id, options={}) {
|
||||
},
|
||||
{
|
||||
field: 'part',
|
||||
title: '{% trans "Part" %}',
|
||||
title: '{% trans "Assembly" %}',
|
||||
switchable: false,
|
||||
sortable: true,
|
||||
formatter: function(value, row) {
|
||||
@ -969,7 +969,7 @@ function loadUsedInTable(table, part_id, options={}) {
|
||||
},
|
||||
{
|
||||
field: 'sub_part',
|
||||
title: '{% trans "Sub Part" %}',
|
||||
title: '{% trans "Required Part" %}',
|
||||
sortable: true,
|
||||
formatter: function(value, row) {
|
||||
var url = `/part/${value}/`;
|
||||
|
Loading…
Reference in New Issue
Block a user