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 f1ed42f commit cc877bf
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 @@ -159,7 +159,7 @@ public function get_unisnpvehicles(){

public function get_vehiclesfull($where=null)
{
$q = "Select v.*, i.*, c.* from vehicles_tbl v
$q = "Select v.*, i.*, c.* from vehicles_tbl AS v
LEFT JOIN inspections_tbl AS i ON v.id_vhcl = i.vehicle_inspection
LEFT JOIN clients_tbl AS c ON v.client_vhcl = c.id_client"
;
Expand Down

0 comments on commit cc877bf

Please sign in to comment.