On ne peut plus prendre s'il n'y a pas de lots

This commit is contained in:
Vincent Vandemeulebrouck 2021-10-30 00:41:55 +02:00
parent a813857d5d
commit 9fabaebf34
1 changed files with 10 additions and 9 deletions

View File

@ -22,7 +22,7 @@
<span class="prixLot">{{prixLot}}</span> Sols</strong></span><br>
{{/if}}
</p>
{{#if (or (gt quantiteNbLots 0) quantiteIllimite)}}
<span class="chat-card-button-area">
<a class="button-acheter chat-card-button"
data-jsondata='{{jsondata}}'
@ -33,4 +33,5 @@
data-prixLot="{{prixLot}}">
{{#if (eq prixLot 0)}}Prendre{{else}}Acheter{{/if}}</a>
</span>
{{/if}}
</div>