Invoice test and invoice update issue solved

This commit is contained in:
Batuhan Baş
2018-11-05 20:07:40 +03:00
parent 97b353612b
commit 413b68fbe3
2 changed files with 13 additions and 10 deletions

View File

@ -240,6 +240,7 @@ class Invoices extends Controller
{
$taxes = [];
$tax = 0;
$tax_total = 0;
$sub_total = 0;
$discount_total = 0;