Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
105d85736bf6d3bcfd061442a9005d83479955ea
Authored by
Administrator
2017-01-11 16:28:22 +0200
1 parent
2f5cf56a
add local config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib/models/shipments.php
Inline
Side-by-side
src/lib/models/shipments.php
Wrap text
Show/Hide comments
View file @
105d857
...
...
@@ -387,7 +387,7 @@ class shipments extends \db
387
387
FROM
388
388
public.items
389
389
WHERE
390
- id = public.
orders2items_1c
.item_id
390
+ id = public.
shipments2items
.item_id
391
391
LIMIT 1
392
392
)
393
393
AND
...
...