chnage count cycle function as per account type
This commit is contained in:
@@ -210,7 +210,8 @@ foreach($types as $type){
|
||||
|
||||
}
|
||||
// HTML table row
|
||||
echo "<tr>
|
||||
if($deuEMITillDate > 0){
|
||||
echo "<tr>
|
||||
<td>".$sl."</td>
|
||||
<td>".$row['AA_ACTYPE'].", ".$row['AA_TYPE']."</td>
|
||||
<td>".$row['AA_ACNO']."</td>
|
||||
@@ -226,6 +227,8 @@ foreach($types as $type){
|
||||
<td>".$totalDueAmt."</td>
|
||||
|
||||
</tr>";
|
||||
}
|
||||
|
||||
// <td>".$remainInst."</td> <td>".$row['AA_NO_OF_PAYMENT']."</td>
|
||||
// PDF simplified row
|
||||
// "SL","NAME ","MOBILE NO", "CYCLE", "ACCOUNT NO","EMI PAID","EMI DUE", "EMI AMOUNT", "CUSTOMER. SIGN"
|
||||
|
||||
Reference in New Issue
Block a user