2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Fixes for purchase order table displays

This commit is contained in:
Oliver Walters
2020-11-12 12:27:01 +11:00
parent 391eeb0e46
commit b7187c5e06
2 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,7 @@ function loadPurchaseOrderTable(table, options) {
sortable: true,
field: 'reference',
title: '{% trans "Purchase Order" %}',
switchable: false,
formatter: function(value, row, index, field) {
var prefix = "{% settings_value 'PURCHASEORDER_REFERENCE_PREFIX' %}";