From: <tu...@us...> - 2018-02-11 19:21:55
|
Revision: 7956 http://sourceforge.net/p/web-erp/reponame/7956 Author: turbopt Date: 2018-02-11 19:21:52 +0000 (Sun, 11 Feb 2018) Log Message: ----------- PaulT: SellThroughSupport.php: Remove (another) redundant hidden FormID input. (there were two, overlooked the 2nd one earlier) Modified Paths: -------------- trunk/SellThroughSupport.php trunk/doc/Change.log Modified: trunk/SellThroughSupport.php =================================================================== --- trunk/SellThroughSupport.php 2018-02-11 19:10:26 UTC (rev 7955) +++ trunk/SellThroughSupport.php 2018-02-11 19:21:52 UTC (rev 7956) @@ -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> Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2018-02-11 19:10:26 UTC (rev 7955) +++ trunk/doc/Change.log 2018-02-11 19:21:52 UTC (rev 7956) @@ -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. |