mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Select Type is now static to avoid unnecessary errors.
1). Makes better sense from a UI perspective.
This commit is contained in:
+8
-2
@@ -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> </td><td><label>Select Type:</label></td>
|
||||
<td><?php list_transaction_types('transaction_type',$row_Recordset2['transaction_type'] ); ?></td>
|
||||
<tr><td> </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']){?>
|
||||
|
||||
Reference in New Issue
Block a user