Skip to content

Commit

Permalink
PaulT: SellThroughSupport.php: Remove (another) redundant hidden Form…
Browse files Browse the repository at this point in the history
…ID input. (there were two, overlooked the 2nd one earlier)
  • Loading branch information
TurboPT authored and timschofield committed Feb 27, 2018
1 parent bd3e0ec commit bd8ae37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion SellThroughSupport.php
Expand Up @@ -190,7 +190,6 @@
<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />
<table cellpadding="3" colspan="4" class="selection">
<tr>
<input type="hidden" name="FormID" value="' . $_SESSION['FormID'] . '" />
<td>' . _('Text in the Supplier') . ' <b>' . _('NAME') . '</b>:</td>
<td><input type="text" name="Keywords" size="20" maxlength="25" /></td>
<td><b>' . _('OR') . '</b></td>
Expand Down
1 change: 1 addition & 0 deletions doc/Change.log
@@ -1,5 +1,6 @@
webERP Change Log

11/2/18 PaulT: SellThroughSupport.php: Remove (another) redundant hidden FormID input. (there were two, overlooked the 2nd one earlier)
11/2/18 PaulT: SellThroughSupport.php: Remove redundant hidden FormID input.
11/2/18 PaulT: Contracts.php: Move closing form tag outside of condition. Fixes view page source message "Saw a form start tag, but there was already an active form element. Nested forms are not allowed. Ignoring the tag." reported in Firefox.
10/2/18 PaulT: Remove $db parameter from WoRealRequirements(), EnsureGLEntriesBalance(), and CreateQASample() functions.
Expand Down

0 comments on commit bd8ae37

Please sign in to comment.