mirror of
https://github.com/inventree/InvenTree.git
synced 2026-07-18 04:33:48 +00:00
Import internal price (#12341)
* Enable download from frontend panels * Enable data import for part internal pricing * Bump API version * Update CHANGELOG
This commit is contained in:
@@ -161,7 +161,8 @@ export default function PriceBreakPanel({
|
||||
part: part.pk
|
||||
},
|
||||
tableActions: tableActions,
|
||||
rowActions: rowActions
|
||||
rowActions: rowActions,
|
||||
enableDownload: true
|
||||
}}
|
||||
/>
|
||||
{table.records.length > 0 ? (
|
||||
|
||||
@@ -55,7 +55,8 @@ export default function SupplierPricingPanel({
|
||||
base_part: part.pk,
|
||||
supplier_detail: true,
|
||||
part_detail: true
|
||||
}
|
||||
},
|
||||
enableDownload: true
|
||||
}}
|
||||
/>
|
||||
{supplierPricingData.length > 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user