#112 - Quantite pour les objets pour le tchat
This commit is contained in:
		@@ -17,9 +17,16 @@
 | 
			
		||||
      <b>Quantité: </b> <span class="postQuantity">{{postQuantity}}</span>
 | 
			
		||||
  {{/if}}
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  {{#if finalPrice}}
 | 
			
		||||
  <div>
 | 
			
		||||
      <b>Prix Total: </b> <span class="postPrice">{{finalPrice}} Sols</span>
 | 
			
		||||
  </div>
 | 
			
		||||
  {{/if}}
 | 
			
		||||
 | 
			
		||||
  {{#if hasPrice}}
 | 
			
		||||
  <span class="chat-card-button-area">
 | 
			
		||||
      <a id='payer-button' class='chat-card-button market-button' data-jsondata='{{jsondata}}' data-somme-denier="{{data.cout_deniers}}">Payer</a>
 | 
			
		||||
      <a id='payer-button' class='chat-card-button market-button' data-jsondata='{{jsondata}}' data-somme-denier="{{data.cout_deniers_total}}">Payer</a>
 | 
			
		||||
  </span>
 | 
			
		||||
  {{/if}}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user