Skip to content

Commit

Permalink
Update inspectionform.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 25, 2024
1 parent e77fa3d commit fbe6912
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions application/views/inspectionform.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
$name_section = $langprefix."name_section";
$name_cp = $langprefix."name_cp";
$helptext_cp = $langprefix."helptext_cp";

if ($inspection->fueltyp_vhcl != "electric" || $inspection->fueltyp_vhcl != "pluginpetrol" || $inspection->fueltyp_vhcl != "plugindiesel") {
unset($checkpoints[0]);
}


?>
<div class="container mt-5 mb-5">
<div class="row justify-content-center">
Expand Down

0 comments on commit fbe6912

Please sign in to comment.