Add floatformat
This commit is contained in:
		
					parent
					
						
							
								38b2aa8986
							
						
					
				
			
			
				commit
				
					
						7010c76c72
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -58,7 +58,7 @@ | ||||||
|                 {# Bill total#} |                 {# Bill total#} | ||||||
|                 <tr> |                 <tr> | ||||||
|                     <td colspan=4> {% trans "Total:" %} </td> |                     <td colspan=4> {% trans "Total:" %} </td> | ||||||
|                     <td> <span class="pull-right">{{ bill.total_price}} CHF </span></td>  |                     <td> <span class="pull-right">{{ bill.total_price|floatformat}} CHF </span></td>  | ||||||
|                 </tr> |                 </tr> | ||||||
|             </tbody> |             </tbody> | ||||||
|         </table> |         </table> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue