diff --git a/src/components/pages/production/project-flock/ProjectFlockTable.tsx b/src/components/pages/production/project-flock/ProjectFlockTable.tsx index bce94b08..f74787f1 100644 --- a/src/components/pages/production/project-flock/ProjectFlockTable.tsx +++ b/src/components/pages/production/project-flock/ProjectFlockTable.tsx @@ -590,6 +590,7 @@ const ProjectFlockTable = ({ refresh }: { refresh?: () => void }) => { price: budget.price, total_price: budget.qty * budget.price, })) || [], + periode: createdProjectFlock.period ?? '-', } as ProjectFlockFormValues; }, [createdProjectFlock]);