|
|
|
@ -56,7 +56,7 @@ class FinancialRecordService implements FinancialRecordServiceInterface |
|
|
|
'desc' => $record['desc'], |
|
|
|
'comment' => $record['comment'], |
|
|
|
'status' => $record['status'], |
|
|
|
'current_balance' => $balance->balance |
|
|
|
'current_balance' => $balance->balance ?? 0 |
|
|
|
] |
|
|
|
)->save(); |
|
|
|
|
|
|
|
|