Skip to content

Commit

Permalink
Update Inspection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Apr 23, 2024
1 parent 02050c6 commit 2d5975d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -767,10 +767,10 @@ public function resetinspection()
$newprfx = "";
}
if (unlink($grfile) && unlink($enfile)) {
$updinsp['qrcode_inspection'] = '';
$updinsp['qrcode_inspection'] = NULL;
$updinsp['status_inspection'] = 0;
$updinsp['filename_inspection'] = '';
$updinsp['en_filename_inspection'] = '';
$updinsp['filename_inspection'] = NULL;
$updinsp['en_filename_inspection'] = NULL;
$this->itindata_model->upd_inspection($id, $updinsp);
$status['reseted'] = "ok";
} else {
Expand Down

0 comments on commit 2d5975d

Please sign in to comment.