Revert back to old price values
This commit is contained in:
		
					parent
					
						
							
								ef1bdee9a7
							
						
					
				
			
			
				commit
				
					
						8f4a02738f
					
				
			
		
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -158,7 +158,8 @@ | ||||||
|                 <div class="col-sm-6"> |                 <div class="col-sm-6"> | ||||||
|                     <p class="total-price"> |                     <p class="total-price"> | ||||||
|                         <strong>{% trans "Total" %} </strong> |                         <strong>{% trans "Total" %} </strong> | ||||||
|                         <strong class="pull-right">{{total_in_chf}} CHF</strong> |                         <strong class="pull-right">{% if vm.total_price %}{{vm.total_price|floatformat:2|intcomma}}{% else %}{{vm.price|floatformat:2|intcomma}}{% endif %} | ||||||
|  |                             CHF</strong> | ||||||
|                     </p> |                     </p> | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue