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:
commit
1b648607a8
1 changed files with 1 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ class InvoiceCreator
|
||||||
$total['total_price'] = 200.00;
|
$total['total_price'] = 200.00;
|
||||||
|
|
||||||
$fuel = new InvoiceItem();
|
$fuel = new InvoiceItem();
|
||||||
|
error_log('fuel type - ' . $ftype);
|
||||||
switch ($ftype)
|
switch ($ftype)
|
||||||
{
|
{
|
||||||
case FuelType::GAS:
|
case FuelType::GAS:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue