Commit 105d85736bf6d3bcfd061442a9005d83479955ea

Authored by Administrator
1 parent 2f5cf56a

add local config

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/lib/models/shipments.php
... ... @@ -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
... ...