import fix
This commit is contained in:
parent
3bd4a726e1
commit
316943bbfc
@ -257,6 +257,8 @@ public function viewmMaterialDistributionList()
|
||||
|
||||
|
||||
$remark=$this->input->post('Remarks1'.$i);
|
||||
echo $remark;
|
||||
die();
|
||||
$updateby=$this->session->userdata('userId');
|
||||
$date = new DateTime('now',new DateTimeZone('Asia/Kolkata'));
|
||||
$updateon = $date->format('Y-m-d H:i:s');
|
||||
@ -268,6 +270,8 @@ public function viewmMaterialDistributionList()
|
||||
}
|
||||
//this array to store the update value in child table..
|
||||
$updatedetailvalues = array('UpdateBy'=>$updateby,'UpdatedOn'=>$updateon,'QuantityAccepted'=>$acceptquantity,'QuantityRejected'=>$rejectquantity,'Remarks'=>$remark,'MRIRStatus'=>$strStatus);
|
||||
|
||||
//print_r($updatedetailvalues);
|
||||
|
||||
$updatedetails = $this->mrir_model->update_mrirdetail($updatedetailvalues,$Lineitm);
|
||||
|
||||
|
||||
@ -1230,7 +1230,7 @@ body {
|
||||
<label><?php echo "Basic Price:($INR)";?></label>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<div class="form-group" style="display:none;">
|
||||
<?php
|
||||
$data = array('name' => 'EditBasicPriceTax','value' => set_value('EditBasicPriceTax'),'id'=>'EditBasicPriceTax', 'class' => 'form-control' ,'onkeypress'=>'return isNumberKey(event);');
|
||||
echo form_input($data);
|
||||
@ -1263,7 +1263,7 @@ body {
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="form-group">
|
||||
<div class="form-group" >
|
||||
<?php
|
||||
$data = array('name' => 'EditAfterLandingCharge','value' => set_value('EditAfterLandingCharge'),'id'=>'EditAfterLandingCharge', 'class' => 'form-control' ,'readonly' => 'true');
|
||||
echo form_input($data);
|
||||
|
||||
@ -149,7 +149,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>PO DATE :<?php echo $Podt?></td>
|
||||
<td>DELIVERY DATE / SCHEDULE BY :<?php echo $Import_DispatchDetails.$DeliverySchedule;?></td>
|
||||
<td>DISPATCH INSTRUCTION/ SCHEDULE BY :<?php echo $Import_DispatchDetails.$DeliverySchedule;?></td>
|
||||
<td>PLACE OF ORIGIN:<?php echo $Placeoforigin; ?></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
@ -177,7 +177,7 @@ span.highlight {
|
||||
<td align="right"><?php echo $record->QuantityRequired ?></td>
|
||||
<?php if($record->Status==0)
|
||||
{?>
|
||||
<td align="right" style="color: red"><?php echo $record->Quantity?></td>
|
||||
<td align="right" style="color: red" ><?php echo $record->Quantity?></td>
|
||||
<?
|
||||
}?>
|
||||
<?php if($record->Status==1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user