bankstatement changes
This commit is contained in:
parent
04b828e47c
commit
f907137cc4
@ -972,8 +972,8 @@ $RequestedBy = $this->input->post('drpDepartment');
|
|||||||
|
|
||||||
$CreatedBy = $this->session->userdata('userId');
|
$CreatedBy = $this->session->userdata('userId');
|
||||||
|
|
||||||
$bankstatus = NO_PAIDIGR;
|
|
||||||
$igrDetails = array('IGRNO'=>$IGRNO,'MaterialCode'=>$MaterialCode,'QuantityAsPerInvoice'=>$QuantityAsPerInvoice,'Remarks'=>$Remarks,'IGRItemStatus'=>$IGRItemStatus,'CreatedBy'=>$CreatedBy,'CreatedDate'=>$createddt,'BankStatus'=>$bankstatus);
|
$igrDetails = array('IGRNO'=>$IGRNO,'MaterialCode'=>$MaterialCode,'QuantityAsPerInvoice'=>$QuantityAsPerInvoice,'Remarks'=>$Remarks,'IGRItemStatus'=>$IGRItemStatus,'CreatedBy'=>$CreatedBy,'CreatedDate'=>$createddt);
|
||||||
|
|
||||||
|
|
||||||
//print_r($igrDetails);
|
//print_r($igrDetails);
|
||||||
|
|||||||
3165
application/logs/log-2018-11-29.php
Normal file
3165
application/logs/log-2018-11-29.php
Normal file
File diff suppressed because it is too large
Load Diff
@ -356,13 +356,13 @@ foreach($financialyear as $item)
|
|||||||
<td> </td>
|
<td> </td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
|
<td> </td>
|
||||||
|
|
||||||
|
|
||||||
<td class="amount"><strong>
|
<td class="amount"><strong>
|
||||||
<?php echo $tot_amount; ?>
|
<?php echo $tot_amount; ?>
|
||||||
</strong></td>
|
</strong></td>
|
||||||
<td style="display:none;" > </td>
|
|
||||||
<td style="display:none;" > </td>
|
<td style="display:none;" > </td>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user