Merge branch '135-fix-fuel-pricing' into 'master'

Resolve "Fix fuel pricing"

Closes #135

See merge request jankstudio/resq!123
This commit is contained in:
Kendrick Chan 2018-06-04 00:12:47 +00:00
commit 1b648607a8

View file

@ -282,6 +282,7 @@ class InvoiceCreator
$total['total_price'] = 200.00;
$fuel = new InvoiceItem();
error_log('fuel type - ' . $ftype);
switch ($ftype)
{
case FuelType::GAS: