Merge branch 'master' into block-notes

This commit is contained in:
Oliver
2026-06-30 21:12:33 +10:00
committed by GitHub
40 changed files with 841 additions and 458 deletions
-2
View File
@@ -221,8 +221,6 @@ export interface BulkEditApiFormModalProps extends ApiFormModalProps {
export type StockOperationProps = {
items?: any[];
pk?: number;
filters?: any;
model: ModelType.stockitem | 'location' | ModelType.part;
refresh: () => void;
};