Commit ce0b9ea72ef996b4a84838f177c869edfbcb0626

Authored by Dima
2 parents 5e27b859 64ad6dc7

Merge branch 'master' into 'remote_work'

Master

New merge request
From Alex:master into Alex:remote_work

See merge request !15
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models/orders.php
... ... @@ -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
... ...