Merged
Merge Request #15 · created by Dima


Master

New merge request From Alex:master into Alex:remote_work


From master into remote_work

Merged by Dima

1 participants



src/lib/models/orders.php
@@ -387,7 +387,7 @@ class orders extends \db @@ -387,7 +387,7 @@ class orders extends \db
387 FROM 387 FROM
388 public.items 388 public.items
389 WHERE 389 WHERE
390 - id = public.orders2items_1c.item_id 390 + id = public.orders2items.item_id
391 LIMIT 1 391 LIMIT 1
392 ) 392 )
393 AND 393 AND