fix enrollment and email send to parent
This commit is contained in:
@@ -332,7 +332,7 @@ class PaymentController extends ResourceController
|
||||
|
||||
// Read the search term (email or phone)
|
||||
$searchTerm = trim((string) $this->request->getGet('search_term'));
|
||||
$manualPaySchoolYear = $this->activeSchoolYearName();
|
||||
$manualPaySchoolYear = $this->currentSchoolYearName();
|
||||
|
||||
// --- Installment end date comes ONLY from config ---
|
||||
$installmentDateRaw = (string) ($this->installmentDate ?? '');
|
||||
|
||||
Reference in New Issue
Block a user