2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Fix display of purchase order lines (#8339)

This commit is contained in:
Oliver
2024-10-23 14:33:31 +11:00
committed by GitHub
parent 295f733ed9
commit 28146bbbf0
2 changed files with 5 additions and 7 deletions

View File

@ -2098,7 +2098,7 @@ function loadPurchaseOrderLineItemTable(table, options={}) {
{
sortable: true,
sortName: 'MPN',
field: 'supplier_part_detail.manufacturer_part_detail.MPN',
field: 'mpn',
title: '{% trans "MPN" %}',
formatter: function(value, row, index, field) {
if (row.supplier_part_detail && row.supplier_part_detail.manufacturer_part) {