Change on fee : ps
This commit is contained in:
parent
40c3d877a7
commit
41128b726f
@ -1261,8 +1261,9 @@ class Fees_status_model extends CI_Model
|
|||||||
{
|
{
|
||||||
$a = $result[$j]['Sem_Year'];
|
$a = $result[$j]['Sem_Year'];
|
||||||
$b = $result[$j]['ProgramType'];
|
$b = $result[$j]['ProgramType'];
|
||||||
if($a == 'Sem1' && ($b == REGULARFEES || $b == SEMYEARFEES)){$check++;}
|
$c = strtoupper(str_replace(' ','',$a));
|
||||||
if($a == 'Sem3' && ($b == LATERALFEES || $b == SEMYEARFEES)){$check++;}
|
if(($c == 'SEM1' || $c == '1SEM' || $c == 'YEAR1' || $c == '1YEAR') && ($b == REGULARFEES || $b == SEMYEARFEES)){$check++;}
|
||||||
|
if(($c == 'SEM3' || $c == '3SEM' || $c == 'YEAR2' || $c == '2YEAR') && ($b == LATERALFEES || $b == SEMYEARFEES)){$check++;}
|
||||||
}
|
}
|
||||||
// select cf.Sem_Year
|
// select cf.Sem_Year
|
||||||
// from T_Students_Fees_Status sfs
|
// from T_Students_Fees_Status sfs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user