forked from public/foundryvtt-reve-de-dragon
Formatage de prix
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
{{/if}}
|
||||
{{#if (ne prixLot 0)}}
|
||||
<span><strong>Prix {{#if (gt tailleLot 1)}}du lot {{else}}unitaire{{/if}}:
|
||||
<span class="prixLot">{{prixLot}}</span> Sols</strong></span><br>
|
||||
<span class="prixLot">{{numberFormat prixLot decimals=2 sign=false}}</span> Sols</strong></span><br>
|
||||
{{/if}}
|
||||
</p>
|
||||
{{#if (or (gt quantiteNbLots 0) quantiteIllimite)}}
|
||||
|
Reference in New Issue
Block a user