From: <ex...@us...> - 2016-08-18 08:50:30
|
Revision: 7595 http://sourceforge.net/p/web-erp/reponame/7595 Author: exsonqu Date: 2016-08-18 08:50:28 +0000 (Thu, 18 Aug 2016) Log Message: ----------- 18/08/16 Exson: Add a Cancel button on SupplierAllocations.php to make user can return to previous page easily. Modified Paths: -------------- trunk/SupplierAllocations.php Modified: trunk/SupplierAllocations.php =================================================================== --- trunk/SupplierAllocations.php 2016-08-18 07:12:39 UTC (rev 7594) +++ trunk/SupplierAllocations.php 2016-08-18 08:50:28 UTC (rev 7595) @@ -517,6 +517,7 @@ <br /> <input type="submit" name="RefreshAllocTotal" value="' . _('Recalculate Total To Allocate') . '" /> <input type="submit" name="UpdateDatabase" value="' . _('Process Allocations') . '" /> + <input type="submit" name="Cancel" value="' . _('Cancel') . '" /> </div>'; } elseif(isset($_GET['SupplierID'])){ |