Skip to content

Commit

Permalink
prototype report bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HashJProgramming committed Sep 9, 2023
1 parent b3a0414 commit 3b5c311
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion report.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@
<div id="content">
<div class="container-fluid">
<div class="d-sm-flex justify-content-between align-items-center mb-4">
<h3 class="text-dark mb-0">Sales Report</h3><a class="btn btn-primary btn-sm d-none d-sm-inline-block" role="button" href="#" data-bs-target="#report" data-bs-toggle="modal"><i class="fas fa-database fa-sm text-white-50"></i>&nbsp;Generate Report</a>
<h3 class="text-dark mb-0">Sales Report</h3>
<!-- <a class="btn btn-primary btn-sm d-none d-sm-inline-block" role="button" href="#" data-bs-target="#report" data-bs-toggle="modal">
<i class="fas fa-database fa-sm text-white-50"></i>&nbsp;Generate Report
</a> -->
</div>
<div class="row mb-3">
<div class="col-md-6 col-xl-3 mb-4">
Expand Down

0 comments on commit 3b5c311

Please sign in to comment.