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:
Jonathan Rosenbaum
2015-01-28 06:44:54 +00:00
parent b01649d369
commit 2175ab18e4
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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"; } ?> >