mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
Fixed supplier part detail handling in stock table
This commit is contained in:
@ -688,6 +688,8 @@ function loadStockTable(table, options) {
|
||||
{
|
||||
field: 'supplier_part',
|
||||
title: '{% trans "Supplier Part" %}',
|
||||
visible: params['supplier_part_detail'] || false,
|
||||
switchable: params['supplier_part_detail'] || false,
|
||||
formatter: function(value, row) {
|
||||
if (!value) {
|
||||
return '-';
|
||||
|
Reference in New Issue
Block a user