February 10, 2014 at 13:50 /
/lib/ajax/admin.php or ajax.php if that exists.
search for
1 |
echo json_encode(array(easyreservations_format_money($res->price,1), round($res->price,2))); |
replace with
1 |
echo json_encode(array(easyreservations_format_money($res->price-$res->taxamount,1), round($res->price-$res->taxamount,2))); |
Regards