Update inventory diagram

I forgot to change this in 4d89fdc10a.
This commit is contained in:
Simon Bruder 2024-01-16 18:30:37 +01:00
parent e6542dce7a
commit 70e835a5e6
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC
2 changed files with 5 additions and 5 deletions

View file

@ -29,9 +29,9 @@ package catering {
+ list(model : Model) : String
+ edit(model : Model, pid : Product) : String
+ edit(model : Model, pid : Product, form : InventoryMutateForm) : String
+ editConsumable(form: ConsumableMutateForm, result: Errors, pid : Product, model : Model) : String
+ editRentable(form: RentableMutateForm, result: Errors, pid : Product, model : Model) : String
+ edit(form : InventoryMutateForm, result : Errors, pid : Product, model : Model) : String
+ editConsumable(form: ConsumableMutateForm, result: Errors, pid : Consumable, model : Model) : String
+ editRentable(form: RentableMutateForm, result: Errors, pid : Rentable, model : Model) : String
+ edit(form : InventoryMutateForm, result : Errors, product : Product, model : Model) : String
+ add(model : Model, type : String) : String
+ add(model : Model, form : InventoryMutateForm) : String
+ addConsumable(form : ConsumableMutateForm, result : Errors, model : Model) : String

Binary file not shown.