update event charge as cash payment
This commit is contained in:
@@ -520,7 +520,7 @@ class EventController extends ResourceController
|
|||||||
'paid_amount' => $amount,
|
'paid_amount' => $amount,
|
||||||
'balance' => 0.0,
|
'balance' => 0.0,
|
||||||
'number_of_installments' => 1,
|
'number_of_installments' => 1,
|
||||||
'payment_method' => 'Event charge',
|
'payment_method' => 'Cash',
|
||||||
'payment_date' => utc_now(),
|
'payment_date' => utc_now(),
|
||||||
'school_year' => $schoolYear,
|
'school_year' => $schoolYear,
|
||||||
'semester' => $monthSemester,
|
'semester' => $monthSemester,
|
||||||
|
|||||||
Reference in New Issue
Block a user