fix bug addRessource
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user