diff --git a/application/views/editogr.php b/application/views/editogr.php index cd21480f..9039e06c 100644 --- a/application/views/editogr.php +++ b/application/views/editogr.php @@ -375,7 +375,7 @@ if(!empty($OGR_Data)) 'Remark','value' => set_value('Remark',$Remark),'id'=>'Remark', 'class' => 'form-control' ,'rows' => '10', 'cols' => '100','maxlength' => '500'); + $data = array('name' => 'Remark','value' => set_value('Remark',$Remark),'id'=>'Remark', 'class' => 'form-control' ,'rows' => '5', 'cols' => '100','maxlength' => '500'); echo Form_textarea($data); ?> diff --git a/application/views/ogr.php b/application/views/ogr.php index cba37baf..ac9f6420 100644 --- a/application/views/ogr.php +++ b/application/views/ogr.php @@ -12,13 +12,18 @@ $MaxPoDate = ''; $AvlAmount = 0; $Value="₹"; - - - - - - ?> + + + @@ -78,6 +83,14 @@ $Value="₹"; dateFormat: 'dd-mm-yy',changeMonth: true, changeYear: true,yearRange: '-100:+0' }); + $("#material").select2(); + $("#name").select2(); + $("#ogrtype").select2(); + $('#sup').select2(); + $('#pono').select2(); + $('#mrirno').select2(); + $('#materialcode').select2(); + // $('#Date').click(function () { // //for Date range selection @@ -433,7 +446,7 @@ $Value="₹";