close #2679 Fixed: Reconciliation started an ended date get wrong data

This commit is contained in:
Cüneyt Şentürk
2022-10-20 14:22:44 +03:00
parent 417f82b4a5
commit 32e4bc85a5
3 changed files with 11 additions and 3 deletions

View File

@ -18,7 +18,7 @@ class Reconciliation extends Model
*
* @var array
*/
protected $fillable = ['company_id', 'account_id', 'started_at', 'ended_at', 'closing_balance', 'reconciled', 'created_from', 'created_by'];
protected $fillable = ['company_id', 'account_id', 'started_at', 'ended_at', 'closing_balance', 'transactions', 'reconciled', 'created_from', 'created_by'];
/**
* The attributes that should be cast.