Skip to content

Commit

Permalink
Update vehiclesform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 1, 2024
1 parent eb33b78 commit af35d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/vehiclesform.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
$displ_vhcl = $vhcldata[0]->displ_vhcl;
$pow_vhcl = $vhcldata[0]->pow_vhcl;
$id_vhcl = $vhcldata[0]->id_vhcl;
$fueltyp_vhcl = $vhcldata[0]->fuel_vhcl;
$fueltyp_vhcl = $vhcldata[0]->fueltyp_vhcl;

}

Expand Down

0 comments on commit af35d1e

Please sign in to comment.