mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2026-09-03 10:21:38 -04:00
Corrected the focus on transction_id, also
1). In mysql, description is not text 2). .. added history as blob, drupalish
This commit is contained in:
+3
-2
@@ -617,9 +617,10 @@ if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "ChangeDate")) {
|
||||
<tr bordercolor="#CCCCCC" bgcolor="#CCCC33">
|
||||
<td colspan="9"><p><strong>Start New Transaction:</strong><br /> Select Type: <?php list_transaction_types('transaction_type',$default_transaction_type); ?>
|
||||
<input type="submit" name="Submit43" value="Create Transaction" /><span id="current_shop"></span>
|
||||
</p> </td>
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<input type="hidden" name="MM_insert" value="FormNew">
|
||||
<input type="hidden" name="MM_insert" value="FormNew" />
|
||||
</form>
|
||||
<?php } // if ?>
|
||||
<tr bordercolor="#CCCCCC" bgcolor="#99CC33">
|
||||
|
||||
Reference in New Issue
Block a user