mirror of
https://github.com/inventree/InvenTree.git
synced 2026-03-16 00:50:56 +00:00
Fix supplier part import wizard
This commit is contained in:
@@ -677,7 +677,8 @@ export default function ImportPartWizard({
|
||||
{} as Record<number, number>
|
||||
);
|
||||
const createParameters = useParameters.map((p) => ({
|
||||
part: importResult!.part_id,
|
||||
model_type: 'part',
|
||||
model_id: importResult!.part_id,
|
||||
template: p.parameter_template,
|
||||
data: p.value
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user