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:
parent
8da2bb24eb
commit
1b56a37859
@ -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;
|
||||
}
|
@ -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 ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user