This commit is contained in:
afiq
2021-01-28 12:00:56 +08:00
parent aaf1679c6c
commit 84a94d5b3c
4 changed files with 86 additions and 19 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class KomuditiPurchase extends Model
* @var array
*/
protected $fillable = [
'unit_komuditi','purchased_by','date_purchase'
'unit_komuditi','purchased_by','date_purchase','nilai','no_sijil','kodproduct'
];
/**