FIX_IGR unwated vardump : ps
This commit is contained in:
parent
7e95754e6a
commit
96f989258c
@ -436,8 +436,8 @@ class Inwardgateregister extends BaseController
|
||||
$TareWeight= $this->request->getPost('txtTareWeight' . $i);
|
||||
$tareWeightDate= $this->request->getPost('txtTareWeightDate' . $i);
|
||||
$NetWeight= $this->request->getPost('txtNetWeight' . $i);
|
||||
var_dump($grossWeightDate);
|
||||
var_dump($tareWeightDate);
|
||||
// var_dump($grossWeightDate);
|
||||
// var_dump($tareWeightDate);
|
||||
|
||||
if (is_string($grossWeightDate) && is_string($tareWeightDate)) {
|
||||
$GrossWeightDate = date('Y-m-d H:i:s', strtotime($grossWeightDate));
|
||||
|
||||
@ -793,10 +793,10 @@ function Save(status)
|
||||
//var tablevalue = $('#specialtable').tableToJSON(); // Convert the table into a javascript object
|
||||
//var jsondata = JSON.stringify(tablevalue);
|
||||
//$('#tablevalues').val(jsondata);
|
||||
$("#IGR").attr("method", "post");
|
||||
$("#IGR").attr("enctype", "multipart/form-data");
|
||||
$("#IGR").attr("action", "SaveIGR");
|
||||
$('#IGR').submit();
|
||||
// $("#IGR").attr("method", "post");
|
||||
// $("#IGR").attr("enctype", "multipart/form-data");
|
||||
// $("#IGR").attr("action", "SaveIGR");
|
||||
// $('#IGR').submit();
|
||||
}//validate if closed
|
||||
}//save function closed
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user