fix enrollment, invoice, payment and financila aid
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 47s
Tests / PHPUnit (push) Failing after 1m19s

This commit is contained in:
root
2026-08-24 21:20:58 -04:00
parent 576da3bd78
commit 608aca79b8
30 changed files with 3327 additions and 774 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ class InventoryCategoryModel extends Model
'school_year',
];
protected $validationRules = [
'school_year' => 'required|string|max_length[9]',
'school_year' => 'permit_empty|string|max_length[9]',
];