1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Adds membership_discount_price span that will not be displayed.

This commit is contained in:
Jonathan Rosenbaum 2017-08-08 03:39:50 +00:00
parent 8da2bb24eb
commit 1b56a37859
2 changed files with 2 additions and 1 deletions

View File

@ -135,7 +135,7 @@ input[value=Save]:focus, input[value=Close]:focus {
font-size: .9em;
}
#original_price, #membership_discount {
#original_price, #membership_discount, #membership_discount_price {
display: none;
color: blueviolet;
}

View File

@ -508,6 +508,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
<span id="stand_time_total"></span>
<span id="original_price"></span>
<span id="membership_discount"></span>
<span id="membership_discount_price"></span>
</td>
</tr>
<?php } // end show_amount ?>