MRIR Billing issue fixed

This commit is contained in:
gandhimathi Bharathirajan 2017-08-01 13:14:55 +05:30
parent c3e0195cf4
commit 0555f32874

View File

@ -186,10 +186,10 @@ public function viewmMaterialDistributionList()
for ($i = 1; $i <= $RowCount; $i++)
{
$MaterialCode = $this->input->post('MaterialCode'.$i);
$ActualQuantityReceived = $this->input->post('ActualQuantity'.$i);
$QuantityAsPerInvoice = $this->input->post('ReceivedQuantity'.$i);
$Remarked = $this->input->post('Remark'.$i);
$MaterialCode = trim($this->input->post('MaterialCode'.$i));
$ActualQuantityReceived = trim($this->input->post('ActualQuantity'.$i));
$QuantityAsPerInvoice = trim($this->input->post('ReceivedQuantity'.$i));
$Remarked = trim($this->input->post('Remark'.$i));
$StoreIncharge = $this->session->userdata('userId');
//this array to store the value in child table..