1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-04-02 16:43:23 -04:00

Another #62 enhancement.

* Show displayed transaction number
This commit is contained in:
Jonathan Rosenbaum 2018-05-13 19:48:07 +00:00
parent 940b6c52b3
commit f1d85b2060

View File

@ -795,7 +795,8 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
</form>
<?php } //while ($row_Recordset1 = mysql_fetch_assoc($Recordset1)); // while Recordset1 ?>
<tr>
<td>TOTAL</td><td></td><td></td>
<td>TOTAL</td><td></td>
<td style="text-align: center;">Transactions: <?php echo $totalRows_Recordset1; ?></td>
<td><?php
if ($contact_id_state !== 'everyone') {
if ($whoami) {