mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Removes a bug where Payment Type label became hidden.
1). Relates an on load selector with hide() that has been preempted
by the new error validation. But will watch to make sure new
bugs haven't been introduced.
This commit is contained in:
+1
-1
@@ -476,7 +476,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<?php if($row_Recordset3['show_payment']) { ?>
|
||||
<tr id="payment_type">
|
||||
<td></td>
|
||||
<td><label>Payment Type:</label></td>
|
||||
<td><label for="payment_type" id="payment_type_label">Payment Type:</label></td>
|
||||
<td>
|
||||
<input type="radio" name="payment_type" value="cash"
|
||||
<?php if ($row_Recordset2['payment_type'] == "cash") { echo " checked"; } ?> >
|
||||
|
||||
Reference in New Issue
Block a user