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);
|
||||
|
||||
// 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
|
||||
{
|
||||
log_message('error'," add new Requisition (Code of REQ_DRAFT) GET[ID] ".$_GET['ID']);REQ_DRAFT
|
||||
$Status= $_GET['ID'];
|
||||
log_message('error'," add new Requisition GET[ID] ".$_GET['ID']);
|
||||
$Status= $_GET['ID'];
|
||||
$RequestType = strtoupper(trim($this->input->post('RequestType')));
|
||||
$Requestedby = strtoupper(trim($this->input->post('EmpID')));
|
||||
log_message('error'," add new Requisition empid ".$Requestedby);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user