[Weberp-svn] SF.net SVN: weberp:[5206] trunk/WorkOrderEntry.php
Brought to you by:
sotandeka,
tim_schofield
From: <tim...@us...> - 2011-04-22 07:34:56
|
Revision: 5206 http://weberp.svn.sourceforge.net/weberp/?rev=5206&view=rev Author: tim_schofield Date: 2011-04-22 07:34:50 +0000 (Fri, 22 Apr 2011) Log Message: ----------- Correct badly formed link Modified Paths: -------------- trunk/WorkOrderEntry.php Modified: trunk/WorkOrderEntry.php =================================================================== --- trunk/WorkOrderEntry.php 2011-04-18 13:49:55 UTC (rev 5205) +++ trunk/WorkOrderEntry.php 2011-04-22 07:34:50 UTC (rev 5206) @@ -254,7 +254,7 @@ echo '<div class=centre><a href="' . $_SERVER['PHP_SELF'] .'">' . _('Enter a new work order') . '</a>'; echo '<br /><a href="' . $rootpath . '/SelectWorkOrder.php">' . _('Select an existing work order') . '</a>'; - echo '<br /><a href="'. $rootpath . '/WorkOrderCosting.php&WO=' . $_REQUEST['WO'] . '">' . _('Go to Costing'). '</a></div>'; + echo '<br /><a href="'. $rootpath . '/WorkOrderCosting.php?WO=' . $_REQUEST['WO'] . '">' . _('Go to Costing'). '</a></div>'; $Input_Error = false; //hope for the best for ($i=1;$i<=$_POST['NumberOfOutputs'];$i++){ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |