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;
|
||||
$data['ReqPOType'] = $ReqPOType == '' ? $ReqType : $ReqPOType;
|
||||
$data['LineItem'] = $this->requistion_model->getEditRequistItemList($ReqNo);
|
||||
|
||||
@ -14,7 +14,7 @@ class Requistion_model extends Model
|
||||
{
|
||||
$builder = $this->db->table('t_supplierdetailsn')
|
||||
->select('SupplierID, SupplierName,ADeleteRequistionLineItemddress');
|
||||
//->where('roleId !=', 1);
|
||||
// ->where('roleId !=', 1);
|
||||
$query = $builder->get();
|
||||
|
||||
return $query->getResult();
|
||||
|
||||
@ -45,7 +45,7 @@ if (!empty($ReqPOType)) {
|
||||
}
|
||||
|
||||
.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);
|
||||
}
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ if (!empty($Emp)) {
|
||||
</style>
|
||||
<div class="content-page">
|
||||
<div class="content">
|
||||
<!-- Start Content-->
|
||||
<!-- Start Content -->
|
||||
<div class="container-fluid">
|
||||
<!-- start page title -->
|
||||
<div class="row">
|
||||
|
||||
@ -7,7 +7,7 @@ if (!empty($Status)) {
|
||||
$DraftCount = $St->cnt;
|
||||
$ReqNo = $St->ReqNo;
|
||||
}
|
||||
//echo $ReqNo;
|
||||
// echo $ReqNo;
|
||||
} ?>
|
||||
<style>
|
||||
#Requisition_filter {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user