mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-28 19:46:46 +00:00
CUI: Fix for part pricing panel (#8338)
This commit is contained in:
parent
8d27144f78
commit
bcc991198e
@ -811,12 +811,10 @@ function loadPurchasePriceHistoryTable(options={}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
var html = '';
|
var html = '';
|
||||||
var supplier = row.supplier_part_detail.supplier_detail;
|
|
||||||
|
|
||||||
html += imageHoverIcon(supplier.thumbnail || supplier.image);
|
|
||||||
html += renderLink(order.reference, `/order/purchase-order/${order.pk}/`);
|
html += renderLink(order.reference, `/order/purchase-order/${order.pk}/`);
|
||||||
html += ' - ';
|
html += ' - ';
|
||||||
html += renderLink(supplier.name, `/company/${supplier.pk}/`);
|
html += renderLink(order.supplier_name, `/company/${order.supplier}/`);
|
||||||
|
|
||||||
return html;
|
return html;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user