Skip to content

Commit

Permalink
Update Itindata_model.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Mar 1, 2024
1 parent 3f6ca20 commit e5498db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Itindata_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function set_inspection($data) {

public function get_inspectionsfull($where=null)
{
$q = "Select i.*, v.*, c.*, u.first_name, u.last_name from inspections_tbl I
$q = "Select i.*, v.*, c.*, u.first_name, u.last_name from inspections_tbl AS I
LEFT JOIN vehicles_tbl AS v ON i.vehicle_inspection = v.id_vhcl
LEFT JOIN clients_tbl AS c ON i.client_inspection = c.id_client
LEFT JOIN users AS u ON i.inspector_inspection = u.id";
Expand Down

0 comments on commit e5498db

Please sign in to comment.