batchcard issues fixes
This commit is contained in:
parent
c3707be70c
commit
fb0c5369c2
@ -751,7 +751,8 @@ class batchcard extends BaseController
|
|||||||
$count = $this->input->post('hidecounter');
|
$count = $this->input->post('hidecounter');
|
||||||
$constant = $this->input->post('hideconstant');
|
$constant = $this->input->post('hideconstant');
|
||||||
|
|
||||||
for($i=1;$i<=$constant;$i++){
|
//for($i=1;$i<=$constant;$i++){
|
||||||
|
for($i=1;$i<=$count;$i++){
|
||||||
|
|
||||||
$varname = 'filename'.$i;
|
$varname = 'filename'.$i;
|
||||||
$temp = $this->input->post($varname);
|
$temp = $this->input->post($varname);
|
||||||
@ -830,7 +831,8 @@ class batchcard extends BaseController
|
|||||||
|
|
||||||
$count = $this->input->post('hidecounter');
|
$count = $this->input->post('hidecounter');
|
||||||
$constant = $this->input->post('hideconstant');
|
$constant = $this->input->post('hideconstant');
|
||||||
for($i=1;$i<=$constant;$i++){
|
//for($i=1;$i<=$constant;$i++){
|
||||||
|
for($i=1;$i<=$count;$i++){
|
||||||
|
|
||||||
$varname = 'filename'.$i;
|
$varname = 'filename'.$i;
|
||||||
$temp = $this->input->post($varname);
|
$temp = $this->input->post($varname);
|
||||||
@ -1002,7 +1004,8 @@ class batchcard extends BaseController
|
|||||||
$count = $this->input->post('hidecounter');
|
$count = $this->input->post('hidecounter');
|
||||||
$constant = $this->input->post('hideconstant');
|
$constant = $this->input->post('hideconstant');
|
||||||
|
|
||||||
for($i=1;$i<=$constant;$i++){
|
//for($i=1;$i<=$constant;$i++){
|
||||||
|
for($i=1;$i<=$count;$i++){
|
||||||
|
|
||||||
$varname = 'filename'.$i;
|
$varname = 'filename'.$i;
|
||||||
$temp = $this->input->post($varname);
|
$temp = $this->input->post($varname);
|
||||||
@ -1171,7 +1174,8 @@ class batchcard extends BaseController
|
|||||||
|
|
||||||
$count = $this->input->post('hidecounter');
|
$count = $this->input->post('hidecounter');
|
||||||
$constant = $this->input->post('hideconstant');
|
$constant = $this->input->post('hideconstant');
|
||||||
for($i=1;$i<=$constant;$i++){
|
//for($i=1;$i<=$constant;$i++){
|
||||||
|
for($i=1;$i<=$count;$i++){
|
||||||
|
|
||||||
$varname = 'filename'.$i;
|
$varname = 'filename'.$i;
|
||||||
$temp = $this->input->post($varname);
|
$temp = $this->input->post($varname);
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<script src="<?php echo base_url().'assets/jquery.plugin.js'?>"></script>
|
<script src="<?php echo base_url().'assets/jquery.plugin.js'?>"></script>
|
||||||
<script src="<?php echo base_url().'assets/jquery.timeentry.js'?>"></script>
|
<script src="<?php echo base_url().'assets/jquery.timeentry.js'?>"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script>
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> -->
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
/* .daterangepicker .ranges {
|
/* .daterangepicker .ranges {
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script>
|
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/js/bootstrap-datetimepicker.min.js"></script> -->
|
||||||
<?php
|
<?php
|
||||||
$Mnt_Id = '';
|
$Mnt_Id = '';
|
||||||
$Type = '';
|
$Type = '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user