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:
@@ -206,7 +206,8 @@ export default function SupplierPriceBreakTable({
|
||||
supplier_detail: true
|
||||
},
|
||||
tableActions: tableActions,
|
||||
rowActions: rowActions
|
||||
rowActions: rowActions,
|
||||
enableDownload: true
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user