2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 12:22:11 +00:00

Updates tables for PurchaseOrder and SalesOrder

This commit is contained in:
Oliver Walters
2020-10-20 08:45:17 +11:00
parent 5a6697866f
commit a2ee172058
2 changed files with 16 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ function loadBuildTable(table, options) {
switchable: false,
formatter: function(value, row, index, field) {
var prefix = "{% inventree_setting 'BUILDORDER_REFERENCE_PREFIX' 'BO' %}";
var prefix = "{% inventree_setting 'BUILDORDER_REFERENCE_PREFIX' %}";
if (prefix) {
value = `${prefix}${value}`;