From: <Deb...@us...> - 2011-11-30 15:20:43
|
Revision: 4759 http://web-erp.svn.sourceforge.net/web-erp/?rev=4759&view=rev Author: DebiCates Date: 2011-11-30 15:20:37 +0000 (Wed, 30 Nov 2011) Log Message: ----------- Debi: Correct malformed link (to SelectProduct.php) Modified Paths: -------------- trunk/StockLocStatus.php Modified: trunk/StockLocStatus.php =================================================================== --- trunk/StockLocStatus.php 2011-11-28 09:44:22 UTC (rev 4758) +++ trunk/StockLocStatus.php 2011-11-30 15:20:37 UTC (rev 4759) @@ -263,7 +263,7 @@ <td class="number">%s</td> <td class="number">%s</td> <td class="number">%s</td> - <td class="number"><a target="_blank" href="' . $rootpath . 'SelectProduct.php?StockID=%s">%s</a></td> + <td class="number"><a target="_blank" href="' . $rootpath . '/SelectProduct.php?StockID=%s">%s</a></td> <td class="number">%s</td> </tr>', mb_strtoupper($myrow['stockid']), @@ -295,7 +295,7 @@ <td class="number">%s</td> <td class="number">%s</td> <td class="number">%s</td> - <td class="number"><a target="_blank" href="' . $rootpath . 'SelectProduct.php?StockID=%s">%s</a></td> + <td class="number"><a target="_blank" href="' . $rootpath . '/SelectProduct.php?StockID=%s">%s</a></td> <td class="number">%s</td>', mb_strtoupper($myrow['stockid']), mb_strtoupper($myrow['stockid']), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |