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
+1
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 ?>