This commit is contained in:
Raju Shrestha
2024-08-08 18:41:24 +05:45
parent 114e7aa4c2
commit e47ff3321d
6 changed files with 14 additions and 12 deletions

View File

@ -91,7 +91,7 @@
<th width="30%"><?php myLang('Inventory Group'); ?></th>
<!-- <th width="5%"><?php //myLang('Unit'); ?></th> -->
<th width="57%"><?php myLang('Remarks'); ?></th>
<td width="8%"><?php myLang("Action"); ?></th>
<td class="text-center col-1"><?php myLang("Action"); ?></th>
</tr>
</thead>
<tbody>
@ -104,7 +104,7 @@
<td><?php echo $TableRow->title; ?></td>
<!-- <td><?php //echo getFieldfromValue("tbl_units", "title", "unit_id", $TableRow->units_id); ?></td> -->
<td><?php echo $TableRow->description; ?></td>
<td>
<td class="text-center">
<?php showEditButton($this->uri->segment(1) . "/" . $this->uri->segment(2) . "/edit/$id"); ?>
<?php showDeleteButton($id); ?>
</td>