Select Type is now static to avoid unnecessary errors.

1).  Makes better sense from a UI perspective.
This commit is contained in:
Jonathan Rosenbaum
2015-01-28 04:30:42 +00:00
parent e8610e6b2f
commit b01649d369
3 changed files with 19 additions and 8 deletions
+8 -2
View File
@@ -401,8 +401,14 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
<td><input name="shop_id" type="text" id="shop_id" value="<?php echo $row_Recordset2['shop_id']; ?>" size="6" /></td>
</tr>
<?php ?>
<tr><td>&nbsp;</td><td><label>Select Type:</label></td>
<td><?php list_transaction_types('transaction_type',$row_Recordset2['transaction_type'] ); ?></td>
<tr><td>&nbsp;</td><td><label for="trans_type_info">Transaction Type:</label></td>
<td><?php echo "<span id='trans_type_info'>" . $row_Recordset2['transaction_type'] . "</span>";
echo "<input type='hidden' id='transaction_type' name='transaction_type' value='" .
$row_Recordset2['transaction_type'] . "'>";
//list_transaction_types('transaction_type',$row_Recordset2['transaction_type'] );
?></td>
</tr>
<?php //date_startstorage ==============================================================
if($row_Recordset3['show_startdate']){?>