Merge pull request #1425 from rahulshukla-webkul/development
wrong grand total in invoice
This commit is contained in:
commit
889a286e0f
|
|
@ -249,7 +249,7 @@
|
|||
<td>{{ core()->formatBasePrice($item->base_discount_amount) }}</td>
|
||||
@endif
|
||||
|
||||
<td>{{ core()->formatBasePrice($item->base_total + $item->base_tax_amount - $item->base_total + $item->base_tax_amount) }}</td>
|
||||
<td>{{ core()->formatBasePrice($item->base_total + $item->base_tax_amount - $item->base_discount_amount) }}</td>
|
||||
</tr>
|
||||
@endforeach
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue