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

Adds original_price span.

This commit is contained in:
Jonathan Rosenbaum 2017-08-03 20:28:34 +00:00
parent c1bde007b4
commit 34e91b07bd

View File

@ -506,6 +506,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
<td><input name="amount" type="text" id="amount" value="<?php echo $row_Recordset2['format_amount']; ?>" size="6" />
<span id="payment_error"></span>
<span id="stand_time_total"></span>
<span id="original_price"></span>
</td>
</tr>
<?php } // end show_amount ?>