Browse Source

Fix shop orders list in CP (sql error)

Vova Tkach 5 years ago
parent
commit
4e3beeb697
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/modules/module_shop.go

+ 1 - 1
engine/modules/module_shop.go

@@ -1109,7 +1109,7 @@ func (this *Modules) RegisterModule_Shop() *Module {
 							fave_shop_orders.client_delivery_comment,
 							fave_shop_orders.client_order_comment,
 							fave_shop_orders.status,
-							fave_shop_order_total.total
+							shop_order_total.total
 						FROM
 							fave_shop_orders
 							LEFT JOIN (