|
From: <tu...@us...> - 2018-01-09 20:15:51
|
Revision: 7913
http://sourceforge.net/p/web-erp/reponame/7913
Author: turbopt
Date: 2018-01-09 20:15:49 +0000 (Tue, 09 Jan 2018)
Log Message:
-----------
Remove my debug/test echo line from the previous commit. [committed with SVN version 7912]
Modified Paths:
--------------
trunk/Payments.php
trunk/doc/Change.log
Modified: trunk/Payments.php
===================================================================
--- trunk/Payments.php 2018-01-09 20:10:44 UTC (rev 7912)
+++ trunk/Payments.php 2018-01-09 20:15:49 UTC (rev 7913)
@@ -66,7 +66,7 @@
$Security2Result = DB_query($SQL, $ErrMsg, $DbgMsg);
$MyUserRow = DB_fetch_array($Security2Result);
$CashSecurity = $MyUserRow['pagesecurity'];
-echo 'CS: ' . $CashSecurity . '<br>';
+
if(isset($_GET['SupplierID'])) {
/*The page was called with a supplierID check it is valid and default the inputs for Supplier Name and currency of payment */
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2018-01-09 20:10:44 UTC (rev 7912)
+++ trunk/doc/Change.log 2018-01-09 20:15:49 UTC (rev 7913)
@@ -1,5 +1,6 @@
webERP Change Log
+9/1/18 PaulT: Payments.php: Remove my debug/test echo line from the previous commit.
9/1/18 Paul Becker (PaulT commit): Payments.php: Show bank balance at payments. Know that balance display/output is protected by a similar security check manner as protected information at the dashboard. (Reported in forums: http://weberp.org/forum/showthread.php?tid=8017)
9/1/18 Paul Becker (PaulT commit): Z_MakeNewCompany.php, default.sql, demo.sql: Remove doubled underscore in EDI_Sent reference. (Reported in forums: http://weberp.org/forum/showthread.php?tid=7920)
8/1/18 Paul Becker (PaulT commit): PDFTransPageHeader.inc, PDFTransPageHeaderPortrait.inc: Add additional address fields and/or adds an extra space between some address fields. (Reported in forums: http://www.weberp.org/forum/showthread.php?tid=7942)
|