Skip to content

Commit

Permalink
reset-inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 15, 2024
1 parent 322cf17 commit 7d6c951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,8 @@ public function resetinspection()
$updinsp['en_filename_inspection'] = '';
$this->itindata_model->upd_inspection($id, $updinsp);
$status['reseted'] = "ok";
} else {
$status['reseted'] = "nok";
}


Expand Down

0 comments on commit 7d6c951

Please sign in to comment.