FIX_IGR unwated vardump : ps

This commit is contained in:
VE10-Sanjeev 2024-07-26 08:43:37 +00:00
parent 7e95754e6a
commit 96f989258c
2 changed files with 6 additions and 6 deletions

View File

@ -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));

View File

@ -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