Fix order price
This commit is contained in:
		
					parent
					
						
							
								cee507e34f
							
						
					
				
			
			
				commit
				
					
						85d3158dbd
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -25,7 +25,7 @@ | ||||||
|                             <tr> |                             <tr> | ||||||
|                                 <td scope="row">{{ order.id }}</td> |                                 <td scope="row">{{ order.id }}</td> | ||||||
|                                 <td>{{ order.created_at }}</td> |                                 <td>{{ order.created_at }}</td> | ||||||
|                                 <td>{{ order.vm_plan.price }} CHF</td> |                                 <td>{{ order.price }} CHF</td> | ||||||
|                                 <td>{% if order.approved %} |                                 <td>{% if order.approved %} | ||||||
|                                     <span class="text-success strong">{% trans "Approved"%}</span> |                                     <span class="text-success strong">{% trans "Approved"%}</span> | ||||||
|                                 {% else %} |                                 {% else %} | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue