bankdeit
This commit is contained in:
parent
570305d3fc
commit
60b61dadcf
@ -189,7 +189,7 @@ foreach($financialyear as $item)
|
||||
<td align="left" id="igrno<?php echo $i ?>"><a href="<?= base_url() ?>cashbook/mappingdebit?sid=<?php echo $t->IGRNO;?>"><span><?php echo $t->IGRNO?></span></a></td>
|
||||
<td align="left" id="igrlineitem<?php echo $i ?>" ><span><?php echo $t->IGRItemNo?></span></td>
|
||||
<td align="left" id="sn<?php echo $i ?>" ><span><?php echo $t->SupplierName?></span></td>
|
||||
<td align="left" id="tov<?php echo $i ?>" ><span><?php echo $rate?></span></td>
|
||||
<td align="left" id="tov<?php echo $i ?>" ><span><?php echo $rate+0?></span></td>
|
||||
<td align="left" id="qw<?php echo $i ?>" ><span><?php echo ($rate-$t->Amountpaid)?></span></td>
|
||||
<td data-name="sel"><input type="text" onkeypress="return isNumberKey(event)" onchange="GetAmount(<?php echo $i ?>)" id="invoicepaymet<?php echo $i ?>"></td>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user