updated po
This commit is contained in:
parent
67e731289e
commit
b7ae0dcbbf
@ -791,8 +791,7 @@ body {
|
||||
}
|
||||
.box-body {
|
||||
padding:0px ! important;
|
||||
}
|
||||
|
||||
}
|
||||
</style>
|
||||
<div class="content-wrapper">
|
||||
<?php
|
||||
@ -804,8 +803,7 @@ body {
|
||||
|
||||
<div>
|
||||
<center><b><h2>Purchase Order</h2></b></center></div>
|
||||
<div class="container-fluid">
|
||||
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-3">
|
||||
@ -820,7 +818,7 @@ body {
|
||||
$ReqType = $SID->ReqType;
|
||||
endforeach;
|
||||
}
|
||||
echo form_multiselect('RequistionNo', $options,set_value('RequistionNo'),'id="RequistionNo"' ,'required="true"' , 'height="200px"' );
|
||||
echo form_multiselect('RequistionNo', $options,set_value('RequistionNo'),'id="RequistionNo"' ,'required="true"' , 'height="400px"' );
|
||||
?>
|
||||
</div>
|
||||
<div class="col-md-9">
|
||||
@ -2770,7 +2768,7 @@ $('#txtStatus').val('<?php echo PO_DRAFT;?>');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
<!-- script for table , It works uned the datatable plugin-->
|
||||
$(function () {
|
||||
$("#example1").DataTable();
|
||||
$('#example2').DataTable({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user