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
64ad6dc7e435ac480e19199a04eb071a4507bc05
Authored by
Administrator
2017-01-20 12:41:31 +0200
1 parent
f1dd3b63
add local config
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib/models/orders.php
Inline
Side-by-side
src/lib/models/orders.php
Wrap text
Show/Hide comments
View file @
64ad6dc
...
...
@@ -387,7 +387,7 @@ class orders extends \db
387
387
FROM
388
388
public.items
389
389
WHERE
390
- id = public.orders2items
_1c
.item_id
390
+ id = public.orders2items
.item_id
391
391
LIMIT 1
392
392
)
393
393
AND
...
...