fix bug addRessource

This commit is contained in:
trochas
2025-12-15 15:42:18 +01:00
parent 5271fe1f54
commit b7eb0be157
5 changed files with 58 additions and 26 deletions

View File

@@ -30,8 +30,8 @@ export type Ressources = {
type: string; //"Machine","Outil","Ouvrier"
Image: string;
quantity: number;
available_quantity: number;
allocation: Reservation[];
//available_quantity: number;
//allocation: Reservation[];
};
export type Reservation = {