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:
Jonathan Rosenbaum
2015-02-06 06:24:18 +00:00
parent ebc4bdd989
commit ba0b491344
3 changed files with 13 additions and 3 deletions
+3 -2
View File
@@ -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 />&nbsp;&nbsp;&nbsp;&nbsp;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">