Req Empty Space inside : ps
This commit is contained in:
parent
1d0cbdbf38
commit
977ff189c2
@ -126,7 +126,7 @@ class Requisitionform extends BaseController
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//print_r($POType);
|
// print_r($POType);
|
||||||
// echo 'ReqType'.$ReqPOType;
|
// echo 'ReqType'.$ReqPOType;
|
||||||
$data['ReqPOType'] = $ReqPOType == '' ? $ReqType : $ReqPOType;
|
$data['ReqPOType'] = $ReqPOType == '' ? $ReqType : $ReqPOType;
|
||||||
$data['LineItem'] = $this->requistion_model->getEditRequistItemList($ReqNo);
|
$data['LineItem'] = $this->requistion_model->getEditRequistItemList($ReqNo);
|
||||||
|
|||||||
@ -14,7 +14,7 @@ class Requistion_model extends Model
|
|||||||
{
|
{
|
||||||
$builder = $this->db->table('t_supplierdetailsn')
|
$builder = $this->db->table('t_supplierdetailsn')
|
||||||
->select('SupplierID, SupplierName,ADeleteRequistionLineItemddress');
|
->select('SupplierID, SupplierName,ADeleteRequistionLineItemddress');
|
||||||
//->where('roleId !=', 1);
|
// ->where('roleId !=', 1);
|
||||||
$query = $builder->get();
|
$query = $builder->get();
|
||||||
|
|
||||||
return $query->getResult();
|
return $query->getResult();
|
||||||
|
|||||||
@ -45,7 +45,7 @@ if (!empty($ReqPOType)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-soft-primary:hover {
|
.btn-soft-primary:hover {
|
||||||
background-color: rgb(32, 176, 130); /* Slightly darker shade for hover */
|
background-color: rgb(32, 176, 130); /* Slightly darker shade for hover */
|
||||||
border-color: rgb(32, 176, 130);
|
border-color: rgb(32, 176, 130);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -33,7 +33,7 @@ if (!empty($Emp)) {
|
|||||||
</style>
|
</style>
|
||||||
<div class="content-page">
|
<div class="content-page">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<!-- Start Content-->
|
<!-- Start Content -->
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<!-- start page title -->
|
<!-- start page title -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|||||||
@ -7,7 +7,7 @@ if (!empty($Status)) {
|
|||||||
$DraftCount = $St->cnt;
|
$DraftCount = $St->cnt;
|
||||||
$ReqNo = $St->ReqNo;
|
$ReqNo = $St->ReqNo;
|
||||||
}
|
}
|
||||||
//echo $ReqNo;
|
// echo $ReqNo;
|
||||||
} ?>
|
} ?>
|
||||||
<style>
|
<style>
|
||||||
#Requisition_filter {
|
#Requisition_filter {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user