mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 17:03:22 -05:00
Adds delete_transaction id so that delete can be turned off for completed / saved transactions.
This commit is contained in:
parent
8ed0677750
commit
086a87900a
@ -396,7 +396,7 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<td>
|
||||
<input id="save_transaction" type="submit" name="EditSubmit" value="Save" align="right">
|
||||
<input id="close_transaction" type="submit" name="EditSubmit" value="Close">
|
||||
<input type="submit" name="EditSubmit" value="Delete">
|
||||
<input id="delete_transaction" type="submit" name="EditSubmit" value="Delete">
|
||||
<span id="transaction_start_error"></span>
|
||||
<!-- Save before using paypal ->> -->
|
||||
</td>
|
||||
|
Loading…
x
Reference in New Issue
Block a user