Merge branch 'master' of github.com:akaunting/akaunting

This commit is contained in:
cuneytsenturk 2019-02-13 15:34:02 +03:00
commit 6fad5d5beb

View File

@ -89,8 +89,8 @@
@endif @endif
</td> </td>
<td class="text-center">{{ $item->quantity }}</td> <td class="text-center">{{ $item->quantity }}</td>
<td class="text-right">@money($item->price, $invoice->currency_code, true)</td> <td class="style-price text-right">@money($item->price, $invoice->currency_code, true)</td>
<td class="text-right">@money($item->total, $invoice->currency_code, true)</td> <td class="style-price text-right">@money($item->total, $invoice->currency_code, true)</td>
</tr> </tr>
@endforeach @endforeach
</tbody> </tbody>