2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-01-29 17:43:55 +00:00

Enable export of supplier price break data (#11153)

* Enable export of supplier price break data

* Bump API version
This commit is contained in:
Oliver
2026-01-17 23:23:15 +11:00
committed by GitHub
parent 31f32c3753
commit 75121c068e
4 changed files with 12 additions and 4 deletions

View File

@@ -206,7 +206,8 @@ export default function SupplierPriceBreakTable({
supplier_detail: true
},
tableActions: tableActions,
rowActions: rowActions
rowActions: rowActions,
enableDownload: true
}}
/>
</>