edit action column

This commit is contained in:
Raju Shrestha 2024-08-09 14:22:36 +05:45
parent 9ebdd5a858
commit c08ed22b78

View File

@ -100,7 +100,7 @@
<th>From</th> <th>From</th>
<th>To</th> <th>To</th>
<!-- <th>Created By</th> --> <!-- <th>Created By</th> -->
<th>Action</th> <th class="col-1 text-center">Action</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -115,7 +115,7 @@
<td><?php echo $TableRow->fiscalyear_to; ?></td> <td><?php echo $TableRow->fiscalyear_to; ?></td>
<!-- <td><?php //echo $TableRow->created_by; <!-- <td><?php //echo $TableRow->created_by;
?></td> --> ?></td> -->
<td> <td class="text-center">
<!-- <?php //showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?> --> <!-- <?php //showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?> -->