bankstatement changes
This commit is contained in:
parent
04b828e47c
commit
f907137cc4
@ -825,7 +825,7 @@ $RequestedBy = $this->input->post('drpDepartment');
|
||||
|
||||
$IGRStatus = IGR_CREATED;
|
||||
|
||||
|
||||
|
||||
|
||||
$igr = array();
|
||||
$paymentstatus = NO_PAIDIGR;
|
||||
@ -972,8 +972,8 @@ $RequestedBy = $this->input->post('drpDepartment');
|
||||
|
||||
$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);
|
||||
|
||||
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 class="amount"><strong>
|
||||
<?php echo $tot_amount; ?>
|
||||
</strong></td>
|
||||
<td style="display:none;" > </td>
|
||||
|
||||
<td style="display:none;" > </td>
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user