Change column title

This commit is contained in:
Oliver Walters 2022-04-05 00:33:54 +10:00
parent 0908aa8c8c
commit c93f9c94f3

View File

@ -1362,7 +1362,7 @@ function loadPartTable(table, url, options={}) {
col = {
field: 'unallocated_stock',
title: '{% trans "Available" %}',
title: '{% trans "Stock" %}',
searchable: false,
formatter: function(value, row) {
var link = '?display=part-stock';