mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Change column title
This commit is contained in:
parent
0908aa8c8c
commit
c93f9c94f3
@ -1362,7 +1362,7 @@ function loadPartTable(table, url, options={}) {
|
|||||||
|
|
||||||
col = {
|
col = {
|
||||||
field: 'unallocated_stock',
|
field: 'unallocated_stock',
|
||||||
title: '{% trans "Available" %}',
|
title: '{% trans "Stock" %}',
|
||||||
searchable: false,
|
searchable: false,
|
||||||
formatter: function(value, row) {
|
formatter: function(value, row) {
|
||||||
var link = '?display=part-stock';
|
var link = '?display=part-stock';
|
||||||
|
Loading…
Reference in New Issue
Block a user