cqp 1 bulan lalu
induk
melakukan
50a2af1836
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Model/Product.php

+ 1 - 1
app/Model/Product.php

@@ -9,5 +9,5 @@ class Product extends UseScopeBaseModel
     const UPDATED_AT = 'upd_time';
     protected $dateFormat = 'U';
 
-    public static $field = ['title','id','category','code','size','unit','business_cost','write_off_price','cost','write_off_price','crt_id','crt_time','mark','return_change_price','freight_price'];
+    public static $field = ['title','id','category','code','size','unit','business_cost','write_off_price','cost','write_off_price','crt_id','crt_time','mark','return_change_price','freight_price','major_client_settlement_price'];
 }