Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
allorepair
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jansa Jose
allorepair
Commits
f2a18112
Commit
f2a18112
authored
Sep 17, 2019
by
Jansa Jose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change in get_productrequestdetailsbyId
parent
b394fe6d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Webservice_model.php
application/models/Webservice_model.php
+1
-1
No files found.
application/models/Webservice_model.php
View file @
f2a18112
...
...
@@ -543,7 +543,7 @@ class Webservice_model extends CI_Model {
FROM pos_request AS POSRQST
INNER JOIN pos_response AS PSRSPNSE ON PSRSPNSE.req_id = POSRQST.id
INNER JOIN pos_booking AS PSBKNG ON PSBKNG.resp_id = PSRSPNSE.id
INNER JOIN pos_parts AS POS ON
pos_parts
.id = PSRSPNSE.pos_parts
INNER JOIN pos_parts AS POS ON
POS
.id = PSRSPNSE.pos_parts
INNER JOIN vehicle_model AS VEHM ON POSRQST.vehicle_id = VEHM.id
INNER JOIN customer_address AS CUSTAD ON POSRQST.address = CUSTAD.id
WHERE POSRQST.id =
$requestId
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment