dever 3 лет назад
Родитель
Сommit
66762179e0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/shop/database/user_coupon.php

+ 1 - 1
app/shop/database/user_coupon.php

@@ -159,7 +159,7 @@ return array
                 'coupon_id' => 'yes',
                 'state' => 1,
             ),
-            'type' => 'all',
+            'type' => 'one',
             'order' => array('cdate' => 'desc', 'id' => 'desc'),
             'col' => '*',
         ),