From: <dai...@us...> - 2016-05-30 09:59:58
|
Revision: 7548 http://sourceforge.net/p/web-erp/reponame/7548 Author: daintree Date: 2016-05-30 09:59:55 +0000 (Mon, 30 May 2016) Log Message: ----------- default new salesperson to being current Modified Paths: -------------- trunk/SalesPeople.php trunk/doc/Change.log Modified: trunk/SalesPeople.php =================================================================== --- trunk/SalesPeople.php 2016-05-30 07:23:09 UTC (rev 7547) +++ trunk/SalesPeople.php 2016-05-30 09:59:55 UTC (rev 7548) @@ -329,7 +329,7 @@ $_POST['Breakpoint']=0; } if (!isset($_POST['Current'])){ - $_POST['Current']=0; + $_POST['Current']=1; } echo '<tr> Modified: trunk/doc/Change.log =================================================================== --- trunk/doc/Change.log 2016-05-30 07:23:09 UTC (rev 7547) +++ trunk/doc/Change.log 2016-05-30 09:59:55 UTC (rev 7548) @@ -2,6 +2,7 @@ 22/5/16 Release 4.13 +30/5/16 Phil: Default new salesperson to current 30/5/16 Andew Galuski: remove hidden GP_Percent form field when customer login to prevent un-authorised viewing of this data when looking at the page source 28/5/16 Gilberto Dos Santos Alves: Updated Portuguese Brazilian translation 28/5/16 Phil: PrintCustStatement.php now has an option to email the statement and uses the customer contacts email addresses defined as wanting a statement and sends individual statements to each of the customer contacts for their customer statement and lists the customers and the recipients they have been sent to. The existing emailcustomerstatement script had too much potential to send statement for other customers to another customer by mistake - so I've removed it! |