mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 02:11:38 -04:00
Patron must be signed-in to complete a storage transaction.
This commit is contained in:
+3
-3
@@ -414,10 +414,10 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<tr><td> </td>
|
||||
|
||||
<td><label>Transaction #:</label></td>
|
||||
<td><?php echo $row_Recordset2['transaction_id']; ?>
|
||||
<em><?php echo $row_Recordset3['message_transaction_id']; ?>
|
||||
<td><em><?php echo $row_Recordset2['transaction_id']; ?>
|
||||
-
|
||||
<?php echo $row_Recordset2['shop_id']; ?></em>
|
||||
<?php echo $row_Recordset2['shop_id'];
|
||||
echo "  " . $row_Recordset3['message_transaction_id'];?></em>
|
||||
<input name="shop_id" type="hidden" id="shop_id"
|
||||
value="<?php echo $row_Recordset2['shop_id']; ?>" />
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user