mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:47:32 -05:00 
			
		
		
		
	Fix for currency symbol
This commit is contained in:
		
							parent
							
								
									7b233def5f
								
							
						
					
					
						commit
						02c8a76ee3
					
				@ -894,6 +894,7 @@ class Invoice extends EntityModel implements BalanceAffecting
 | 
				
			|||||||
            'page_size',
 | 
					            'page_size',
 | 
				
			||||||
            'include_item_taxes_inline',
 | 
					            'include_item_taxes_inline',
 | 
				
			||||||
            'invoice_fields',
 | 
					            'invoice_fields',
 | 
				
			||||||
 | 
					            'show_currency_code',
 | 
				
			||||||
        ]);
 | 
					        ]);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        foreach ($this->invoice_items as $invoiceItem) {
 | 
					        foreach ($this->invoice_items as $invoiceItem) {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user