Fixed Revenues Table List displaying Table Header fields when no fields exist

This commit is contained in:
johnny@pittpc.com 2020-09-25 16:07:44 -04:00
parent 6db1e7b144
commit a2bd898eec
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<hr>
<div class="table-responsive">
<table class="table table-striped table-borderless table-hover">
<thead class="text-dark">
<thead class="<?php if($num_rows[0] == 0){ echo "d-none"; } ?>">
<tr>
<th><a class="text-dark" href="?<?php echo $url_query_strings_sb; ?>&sb=revenue_date&o=<?php echo $disp; ?>">Date</a></th>
<th><a class="text-dark" href="?<?php echo $url_query_strings_sb; ?>&sb=category_name&o=<?php echo $disp; ?>">Category</a></th>