fix enrollment, invoice, payment and financila aid
This commit is contained in:
@@ -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]',
|
||||
];
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user