Skip to content

Commit

Permalink
refactor: allow accountants to make authorization changes
Browse files Browse the repository at this point in the history
  • Loading branch information
im-machakata committed Apr 7, 2024
1 parent 2fb6d6a commit c6f1bf6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/Views/home/accounts.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="card shadow border-primary border-0">
<div class="card-body">
<a href="authorize-requisitions" class="text-decoration-none text-center">
<i class="fa-thin fa-signature fa-6x my-0 d-block"></i>
<h3 class="card-title h5 mb-3">Authorization</h3>
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="card shadow border-primary border-0">
<div class="card-body">
Expand Down

0 comments on commit c6f1bf6

Please sign in to comment.