fixed #73
This commit is contained in:
		@@ -127,7 +127,7 @@
 | 
			
		||||
                                    @if ($invoice->paid)
 | 
			
		||||
                                        <tr class="text-success">
 | 
			
		||||
                                            <th>{{ trans('invoices.paid') }}:</th>
 | 
			
		||||
                                            <td class="text-right">@money('-' . $invoice->paid, $invoice->currency_code, true)</td>
 | 
			
		||||
                                            <td class="text-right">- @money($invoice->paid, $invoice->currency_code, true)</td>
 | 
			
		||||
                                        </tr>
 | 
			
		||||
                                    @endif
 | 
			
		||||
                                    <tr>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user