loan order improvemetns
This commit is contained in:
@@ -12,6 +12,6 @@ class LoanTypeRepo
|
||||
*/
|
||||
public static function values(): Collection|array
|
||||
{
|
||||
return LoanType::pluck('name', 'id');
|
||||
return LoanType::where('active', true)->pluck('name', 'id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user