afa 4 mesiacov pred
rodič
commit
fb61768b5a
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      application/common/model/ProductOrder.php

+ 1 - 0
application/common/model/ProductOrder.php

@@ -203,6 +203,7 @@ class ProductOrder extends Model
             ['type_id'=>self::Popular,  'status'=> self::Closure,  'text' => __('已关闭')],
             ['type_id'=>self::Transfer, 'status'=> self::Transferred,'text' => __('转让中')],
             ['type_id'=>self::Giveaway, 'status'=> self::Closure, 'text' => __('已赠送')],
+            ['type_id'=>self::Giveaway, 'status'=> self::Paid, 'text' => __('受赠')],
             ['type_id'=>self::Transfer, 'status'=> self::Closure, 'text' => __('已转让')], 
             ['type_id'=>self::Popular, 'status' => self::Shipped, 'text' => __('已提货')],
             ['type_id'=>self::Transfer, 'status'=> self::Cancelled,'text' => __('已取消')],