Fix: vente de service avec quantité

This commit is contained in:
Vincent Vandemeulebrouck
2022-12-30 02:28:17 +01:00
parent 84f4a152a8
commit 2546b89b44
4 changed files with 8 additions and 6 deletions

View File

@ -428,7 +428,7 @@ export class RdDItem extends Item {
}
await DialogItemVente.display({
item: this,
service,
service: service,
quantiteMax,
callback: async (vente) => {
vente["properties"] = this.getProprietes();