From: <Ex...@us...> - 2012-03-25 13:52:20
|
Revision: 5147 http://web-erp.svn.sourceforge.net/web-erp/?rev=5147&view=rev Author: ExsonQu Date: 2012-03-25 13:52:14 +0000 (Sun, 25 Mar 2012) Log Message: ----------- 25/3/2012 Exson: Add return back link for SupplierInvoice.php while users make input errors. Reported by Ke from webERP Chinese Community QQ group Modified Paths: -------------- trunk/SupplierInvoice.php Modified: trunk/SupplierInvoice.php =================================================================== --- trunk/SupplierInvoice.php 2012-03-23 15:15:42 UTC (rev 5146) +++ trunk/SupplierInvoice.php 2012-03-25 13:52:14 UTC (rev 5147) @@ -1514,6 +1514,10 @@ } /*end of process invoice */ +if($InputError==true){ //add a link to return if users make input errors. + echo '<div class="centre"><a href="'.$rootpath.'/SupplierInvoice.php" >'._('Back to Invoice Entry').'</a></div>'; +} //end of return link for input errors + echo '</form>'; 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. |