diff --git a/templates/chat-vente-item.html b/templates/chat-vente-item.html index 4bfb7e23..ad5afd1d 100644 --- a/templates/chat-vente-item.html +++ b/templates/chat-vente-item.html @@ -19,7 +19,7 @@ {{/if}} {{#if (ne prixLot 0)}} Prix {{#if (gt tailleLot 1)}}du lot {{else}}unitaire{{/if}}: - {{prixLot}} Sols
+ {{numberFormat prixLot decimals=2 sign=false}} Sols
{{/if}}

{{#if (or (gt quantiteNbLots 0) quantiteIllimite)}} diff --git a/templates/dialog-item-achat.html b/templates/dialog-item-achat.html index 03b83a2d..f6ecffb2 100644 --- a/templates/dialog-item-achat.html +++ b/templates/dialog-item-achat.html @@ -83,12 +83,12 @@ {{#if isVente}}
- +
- {{prixTotal}} + {{numberFormat prixTotal decimals=2 sign=false}} Sols
diff --git a/templates/dialog-item-vente.html b/templates/dialog-item-vente.html index 4a0f1051..52d78e42 100644 --- a/templates/dialog-item-vente.html +++ b/templates/dialog-item-vente.html @@ -26,13 +26,13 @@ max="{{quantiteMax}}" value="{{tailleLot}}" data-dtype="Number" />
- - + +
-