mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Shipment Reports (#8194)
* Shipment Reports * bump api version due to changed enums --------- Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
		| @@ -4,6 +4,7 @@ import { useCallback, useMemo, useState } from 'react'; | ||||
|  | ||||
| import { AddItemButton } from '../../components/buttons/AddItemButton'; | ||||
| import { ApiEndpoints } from '../../enums/ApiEndpoints'; | ||||
| import { ModelType } from '../../enums/ModelType'; | ||||
| import { UserRoles } from '../../enums/Roles'; | ||||
| import { useSalesOrderShipmentFields } from '../../forms/SalesOrderForms'; | ||||
| import { notYetImplemented } from '../../functions/notifications'; | ||||
| @@ -167,6 +168,9 @@ export default function SalesOrderShipmentTable({ | ||||
|         props={{ | ||||
|           tableActions: tableActions, | ||||
|           tableFilters: tableFilters, | ||||
|           modelType: ModelType.salesordershipment, | ||||
|           enableSelection: true, | ||||
|           enableReports: true, | ||||
|           rowActions: rowActions, | ||||
|           params: { | ||||
|             order: orderId | ||||
|   | ||||
		Reference in New Issue
	
	Block a user