Commit 07cfc532 authored by Mahmoud Aglan's avatar Mahmoud Aglan

dshdryjdytjk

parent 860468aa
...@@ -168,7 +168,7 @@ class SpouseController extends Controller ...@@ -168,7 +168,7 @@ class SpouseController extends Controller
'work_phone' => $data['work_phone'] ?? null, 'work_phone' => $data['work_phone'] ?? null,
'mobile' => $data['mobile'] ?? null, 'mobile' => $data['mobile'] ?? null,
'marriage_date' => $data['marriage_date'], 'marriage_date' => $data['marriage_date'],
'join_date' => $hasFee ? null : date('Y-m-d'), 'join_date' => date('Y-m-d'),
'classification' => 'working', 'classification' => 'working',
'addition_fee' => $totalFee, 'addition_fee' => $totalFee,
'status' => $hasFee ? 'pending_payment' : 'active', 'status' => $hasFee ? 'pending_payment' : 'active',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment