From 5c9f50b43c3acfb5cc80417dcc8499f6b20d4e63 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 19 Aug 2024 01:25:36 +0200 Subject: [PATCH] [PUI] Fix broken SKU link (#7909) * Add API bump * [PUI] Fix SKU link is broken Closes https://github.com/invenhost/InvenTree/issues/88 * Revert "Add API bump" This reverts commit 9135e443a9e4fd162c5f03da3b98caf7b5260e04. --- .../src/tables/purchasing/SupplierPriceBreakTable.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/tables/purchasing/SupplierPriceBreakTable.tsx b/src/frontend/src/tables/purchasing/SupplierPriceBreakTable.tsx index 56ee44e8f0..b470083097 100644 --- a/src/frontend/src/tables/purchasing/SupplierPriceBreakTable.tsx +++ b/src/frontend/src/tables/purchasing/SupplierPriceBreakTable.tsx @@ -61,7 +61,11 @@ export function SupplierPriceBreakColumns(): TableColumn[] { render: (record: any) => { return ( {record.part_detail.SKU}