0
hello
after update to 3.0 i get some error
print button in backend not work
and i change Currencies form € to other one it change in back end but not in frontend
this some of error i get there is other but fix this first
after update to 3.0 i get some error
print button in backend not work
and i change Currencies form € to other one it change in back end but not in frontend
this some of error i get there is other but fix this first
Responses (9)
-
Accepted Answer
0Other error Invoice # in the back end show only 2018-21815 but the real number 2018-218154
its a html error need more wide to thisAccepted Answer
Accepted Answer
Accepted Answer
Accepted Answer
Accepted Answer
0in old ver 2.1 i add this line to administrator/components/com_invoices/models/invoices.php
Cos you can payment more the total amount so this lines can let me see if there is error in invoice
and you dont add
//aleppos add
$row->formatted_total_unpaid = InvoicesHelper::format($row->total_unpaid, $row->currency_before, $row->currency_after);
if($row->total == (($row->total_unpaid) + ($row->total_paid)))
$row->formatted_total_test = " OK";
else $row->formatted_total_test = " Error";Accepted Answer
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »