updated po

This commit is contained in:
saravanakumar_kandasami 2017-05-20 11:23:55 +05:30
parent 67e731289e
commit b7ae0dcbbf

View File

@ -791,8 +791,7 @@ body {
} }
.box-body { .box-body {
padding:0px ! important; padding:0px ! important;
} }
</style> </style>
<div class="content-wrapper"> <div class="content-wrapper">
<?php <?php
@ -804,8 +803,7 @@ body {
<div> <div>
<center><b><h2>Purchase Order</h2></b></center></div> <center><b><h2>Purchase Order</h2></b></center></div>
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
<div class="col-md-12"> <div class="col-md-12">
<div class="col-md-3"> <div class="col-md-3">
@ -820,7 +818,7 @@ body {
$ReqType = $SID->ReqType; $ReqType = $SID->ReqType;
endforeach; 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>
<div class="col-md-9"> <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 () { $(function () {
$("#example1").DataTable(); $("#example1").DataTable();
$('#example2').DataTable({ $('#example2').DataTable({