This commit is contained in:
Raju Shrestha
2024-08-25 18:37:52 +05:45
parent 78670b1b95
commit 161703be17
11 changed files with 100 additions and 263 deletions

View File

@ -14,9 +14,9 @@
<table class="table table-bordered table-striped longdataTable">
<thead>
<tr>
<th class="col-2">Type</th>
<th class="col-1">Type</th>
<th>Category Name</th>
<td class="col-1">Action</th>
<th class="col-1 text-center">Action</th>
</tr>
</thead>
<tbody>
@ -26,7 +26,7 @@
break;
endforeach; ?>
<?php if ($TableRow->parent_category_id == 0) : ?>
<tr>
<tr class="text-center">
<td><?php echo $TableRow->AccountGroup->acgroup_name; ?></td>
<td><?php echo $TableRow->accategory_name; ?></td>
<td><a href="<?php echo site_url("master/accategories/edit_parents/$id"); ?>" class="btn btn-info btn-xs"><i class="fas fa-edit"></i> </a>