mirror of https://github.com/itflow-org/itflow
Fixed Revenues Table List displaying Table Header fields when no fields exist
This commit is contained in:
parent
6db1e7b144
commit
a2bd898eec
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue