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

View File

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

View File

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

View File

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

View File

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