2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-24 15:50:54 +00:00

Fix stock.js

This commit is contained in:
Oliver
2021-07-29 12:35:21 +10:00
parent 4381a16b0e
commit 7756c766c3
2 changed files with 5 additions and 7 deletions
InvenTree
order
templates
templates
js
translated

@ -66,7 +66,7 @@
},
{
success: function(response) {
var prefix = '{% settings_value "PURCHASEORDER_REFERENCE_PREFIX" %}';
var prefix = global_settings.PURCHASEORDER_REFERENCE_PREFIX;
for (var idx = 0; idx < response.length; idx++) {