From: <Ex...@us...> - 2012-03-02 09:46:54
|
Revision: 5001 http://web-erp.svn.sourceforge.net/web-erp/?rev=5001&view=rev Author: ExsonQu Date: 2012-03-02 09:46:44 +0000 (Fri, 02 Mar 2012) Log Message: ----------- 02/03/2012 Redirect Quotation PDF file to blank windows in SelectSalesOrder.php. Fixed by Exson Modified Paths: -------------- trunk/SelectSalesOrder.php Modified: trunk/SelectSalesOrder.php =================================================================== --- trunk/SelectSalesOrder.php 2012-03-02 09:24:30 UTC (rev 5000) +++ trunk/SelectSalesOrder.php 2012-03-02 09:46:44 UTC (rev 5001) @@ -950,7 +950,7 @@ } else { /*must be quotes only */ printf('<td><a href="%s">%s</a></td> - <td><a href="%s">' . $PrintText . '</a></td> + <td><a target="_blank" href="%s">' . $PrintText . '</a></td> <td>%s</td> <td>%s</td> <td>%s</td> @@ -1002,4 +1002,4 @@ } //end StockID already selected include('includes/footer.inc'); -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |