Controller log message : ps
This commit is contained in:
parent
e5eb672202
commit
0abed1e100
@ -39,9 +39,9 @@ class requisitionform extends BaseController
|
|||||||
|
|
||||||
$data['TotNoOfLine'] =$this->requistion_model->getRequistionList($userID);
|
$data['TotNoOfLine'] =$this->requistion_model->getRequistionList($userID);
|
||||||
|
|
||||||
// print_r($data['TotNoOfLine']);
|
|
||||||
|
|
||||||
$this->loadViews("requisitionlisting", $this->global, $data, NULL);
|
$this->loadViews("requisitionlisting", $this->global, $data, NULL);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -365,8 +365,8 @@ class requisitionform extends BaseController
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
log_message('error'," add new Requisition (Code of REQ_DRAFT) GET[ID] ".$_GET['ID']);REQ_DRAFT
|
log_message('error'," add new Requisition GET[ID] ".$_GET['ID']);
|
||||||
$Status= $_GET['ID'];
|
$Status= $_GET['ID'];
|
||||||
$RequestType = strtoupper(trim($this->input->post('RequestType')));
|
$RequestType = strtoupper(trim($this->input->post('RequestType')));
|
||||||
$Requestedby = strtoupper(trim($this->input->post('EmpID')));
|
$Requestedby = strtoupper(trim($this->input->post('EmpID')));
|
||||||
log_message('error'," add new Requisition empid ".$Requestedby);
|
log_message('error'," add new Requisition empid ".$Requestedby);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user