diff --git a/application/controllers/emergencypurchaseorder.php b/application/controllers/emergencypurchaseorder.php index 7dba8e08..da10d9ec 100755 --- a/application/controllers/emergencypurchaseorder.php +++ b/application/controllers/emergencypurchaseorder.php @@ -93,7 +93,7 @@ class emergencypurchaseorder extends BaseController //This used to Create Service Purchase Order function addNewServicePurchaseOrder() { - + $POdt =$this->input->post('PODate'); $PODate = $this->getDateformat($POdt); @@ -109,7 +109,7 @@ class emergencypurchaseorder extends BaseController $POType = $this->input->post('POType'); - $SpcialInstruction = $this->input->post('TextSpcialInstruction'); + $SpcialInstruction = $this->input->post('ScopeOfWork'); $TotalOrderValueSummary = $this->input->post('TextTotalOrderValueSummaryService'); $POStatus = $this->input->post('TextStatus'); @@ -272,7 +272,7 @@ class emergencypurchaseorder extends BaseController $POType = $this->input->post('POType'); $PoRange = $this->input->post('txtPoRange'); - $SpcialInstruction = $this->input->post('TextSpcialInstruction'); + $SpcialInstruction = $this->input->post('txtSpcialInstruction'); $TotalOrderValueSummary = $this->input->post('txtTotalOrderValueSummary'); $POStatus = $this->input->post('TextStatus'); diff --git a/application/views/alterpurchaseorder.php b/application/views/alterpurchaseorder.php index f7c63984..e0691320 100755 --- a/application/views/alterpurchaseorder.php +++ b/application/views/alterpurchaseorder.php @@ -75,6 +75,7 @@ if(!empty($INRSYMBOL)) statusbar: false, toolbar: false }); +