File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717 <td><?php echo $ row ['stock ' ]; ?> </td>
1818 <td><?php echo $ row ['created_at ' ]; ?> </td>
1919 <td class="text-center">
20- <a class="mx-1" href="#" data-bs-target="#stock-in" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-arrow-alt-circle-up text-success" style="font-size: 20px;"></i></a>
21- <a class="mx-1" href="#" data-bs-target="#stock-out" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-arrow-alt-circle-down" style="font-size: 20px;"></i></a>
20+ <a class="mx-1 text-decoration-none text-success " href="#" data-bs-target="#stock-in" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-arrow-alt-circle-up text-success" style="font-size: 20px;"></i> Stock In </a>
21+ <a class="mx-1 text-decoration-none " href="#" data-bs-target="#stock-out" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-arrow-alt-circle-down" style="font-size: 20px;"></i> Stock Out </a>
2222 <a class="mx-1" href="#" data-bs-target="#update" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> " data-name="<?php echo $ row ['name ' ]?> " data-unit="<?php echo $ row ['unit ' ]?> "><i class="far fa-edit text-warning" style="font-size: 20px;"></i></a>
2323 <a class="mx-1" href="#" data-bs-target="#remove" data-bs-toggle="modal" data-id="<?php echo $ row ['id ' ]?> "><i class="far fa-trash-alt text-danger" style="font-size: 20px;"></i></a>
2424 </td>
You can’t perform that action at this time.
0 commit comments