Fix: quantité prise manquante dans message

This commit is contained in:
Vincent Vandemeulebrouck
2021-06-22 21:30:16 +02:00
parent b808ccc7f7
commit 95ea7c530e
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,6 @@
<p>
{{#if acheteur}}{{acheteur.name}}{{else}}L'acheteur{{/if}} a
{{#if isVente}}acheté{{else}}pris{{/if}}
{{#if vendeur}}à {{vendeur.name}}{{/if}}
{{#if vendeur}}à {{vendeur.name}}{{/if}}:
{{quantiteTotal}} {{item.name}} pour {{prixTotal}} sols.
</p>