Skip to content

Commit

Permalink
wheeldrive
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 15, 2024
1 parent e8f21b6 commit 4c9d765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ public function vehicle_save() {
$insdata['make_vhcl'] = $this->input->post('make_vhcl');
$insdata['model_vhcl'] = $this->input->post('model_vhcl');
$insdata['fueltyp_vhcl'] = $this->input->post('fueltyp_vhcl');
$insdata['wheeldrive_vhcl'] = $this->input->post('wheeldrive_vhcl');
$insdata['displ_vhcl'] = $this->input->post('displ_vhcl');
$insdata['pow_vhcl'] = $this->input->post('pow_vhcl');
$insdata['doors_vhcl'] = $this->input->post('doors_vhcl');
Expand Down

0 comments on commit 4c9d765

Please sign in to comment.