From: <te...@us...> - 2015-09-30 12:36:54
|
Revision: 7362 http://sourceforge.net/p/web-erp/reponame/7362 Author: tehonu Date: 2015-09-30 12:36:52 +0000 (Wed, 30 Sep 2015) Log Message: ----------- Clean up commented lines Modified Paths: -------------- trunk/MRPCreateDemands.php Modified: trunk/MRPCreateDemands.php =================================================================== --- trunk/MRPCreateDemands.php 2015-09-30 08:31:12 UTC (rev 7361) +++ trunk/MRPCreateDemands.php 2015-09-30 12:36:52 UTC (rev 7362) @@ -225,20 +225,6 @@ </td> </tr>'; -/* -echo '<tr><td>' . _('Inventory Category') . ':</td> - <td><select name="CategoryID">'; -echo '<option selected="selected" value="All">' . _('All Stock Categories') . '</option>'; -$sql = "SELECT categoryid, - categorydescription - FROM stockcategory"; -$result = DB_query($sql); -while ($myrow = DB_fetch_array($result)) { - echo '<option value="'. $myrow['categoryid'] . '">' . $myrow['categoryid'] . ' - ' .$myrow['categorydescription'] . '</option>'; -} //end while loop -echo '</select></td> - </tr>'; -*/ echo '<tr><td>' . _('Inventory Location') . ':</td> <td><select name="Location">'; echo '<option selected="selected" value="All">' . _('All Locations') . '</option>'; |