2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-16 21:34:39 +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
+1 -1
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}`;