Commit 64ad6dc7e435ac480e19199a04eb071a4507bc05

Authored by Administrator
1 parent f1dd3b63

add local config

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
... ...