Hi,
You would have to change this in the source code, estimation fare/10.
Change Decimal Position on Estimated Fare Request
-
- Posts: 172
- Joined: Sat Aug 08, 2015 2:08 pm
Re: Change Decimal Position on Estimated Fare Request
Hi,
You need to add this line $total = $total /10; in the app/controllers/webusercontroller.php in the function name request_fare()
above the line return Response::json(array('success' => true, 'total' => Config::get('app.generic_keywords.Currency') . " " . sprintf2($total, 2)));
You need to add this line $total = $total /10; in the app/controllers/webusercontroller.php in the function name request_fare()
above the line return Response::json(array('success' => true, 'total' => Config::get('app.generic_keywords.Currency') . " " . sprintf2($total, 2)));
Who is online
Users browsing this forum: No registered users and 2 guests