Req Empty Space inside : ps

This commit is contained in:
VE10-Sanjeev 2025-03-14 06:02:29 +00:00
parent 1d0cbdbf38
commit 977ff189c2
5 changed files with 5 additions and 5 deletions

View File

@ -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);

View File

@ -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();

View File

@ -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);
}

View File

@ -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">

View File

@ -7,7 +7,7 @@ if (!empty($Status)) {
$DraftCount = $St->cnt;
$ReqNo = $St->ReqNo;
}
//echo $ReqNo;
// echo $ReqNo;
} ?>
<style>
#Requisition_filter {