mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
add missing panels to overview
This commit is contained in:
parent
84c52847e9
commit
13a25644aa
@ -120,6 +120,20 @@ export default function PricingOverviewPanel({
|
||||
min_value: pricing?.variant_cost_min,
|
||||
max_value: pricing?.variant_cost_max
|
||||
},
|
||||
{
|
||||
name: 'sale',
|
||||
title: t`Sale Pricing`,
|
||||
icon: <IconTriangleSquareCircle />,
|
||||
min_value: pricing?.sale_price_min,
|
||||
max_value: pricing?.sale_price_max
|
||||
},
|
||||
{
|
||||
name: 'sale-history',
|
||||
title: t`Sale History`,
|
||||
icon: <IconTriangleSquareCircle />,
|
||||
min_value: pricing?.sale_history_min,
|
||||
max_value: pricing?.sale_history_max
|
||||
},
|
||||
{
|
||||
name: 'override',
|
||||
title: t`Override Pricing`,
|
||||
|
Loading…
Reference in New Issue
Block a user