Skip to content

Commit 3b5c311

Browse files
prototype report bug fix
1 parent b3a0414 commit 3b5c311

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

report.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
<div id="content">
3939
<div class="container-fluid">
4040
<div class="d-sm-flex justify-content-between align-items-center mb-4">
41-
<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>
41+
<h3 class="text-dark mb-0">Sales Report</h3>
42+
<!-- <a class="btn btn-primary btn-sm d-none d-sm-inline-block" role="button" href="#" data-bs-target="#report" data-bs-toggle="modal">
43+
<i class="fas fa-database fa-sm text-white-50"></i>&nbsp;Generate Report
44+
</a> -->
4245
</div>
4346
<div class="row mb-3">
4447
<div class="col-md-6 col-xl-3 mb-4">

0 commit comments

Comments
 (0)