Skip to content

Commit 3429c4f

Browse files
ArshidArshid
authored andcommitted
Fix migration
1 parent fee849b commit 3429c4f

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

database/migrations/2020_04_22_181602_add_quantity_to_products_table.php

Lines changed: 0 additions & 32 deletions
This file was deleted.

resources/views/invoices/3-invoice.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
@foreach ($total_tax as $rate => $amount)
164164
<tr>
165165
<td colspan="3" style="font-size:16px; padding-top:0; padding-bottom:0">
166-
VAT/GST @ {{ $rate }}%
166+
VAT/GST @ {{ (int)$rate }}%
167167
</td>
168168
<td class="pt-0 pb-0" class="text-right" style=" padding-top:0; padding-bottom:0; font-size:16px">
169169
{{$currency_symbol}}{{$amount}}

0 commit comments

Comments
 (0)