|
From: <dai...@us...> - 2011-06-06 08:16:05
|
Revision: 4589
http://web-erp.svn.sourceforge.net/web-erp/?rev=4589&view=rev
Author: daintree
Date: 2011-06-06 08:15:59 +0000 (Mon, 06 Jun 2011)
Log Message:
-----------
Credit_Invoice.php currencies table duplicated in SQL
Modified Paths:
--------------
trunk/Credit_Invoice.php
trunk/doc/Change.log
trunk/doc/README.txt
Modified: trunk/Credit_Invoice.php
===================================================================
--- trunk/Credit_Invoice.php 2011-06-05 23:46:02 UTC (rev 4588)
+++ trunk/Credit_Invoice.php 2011-06-06 08:15:59 UTC (rev 4589)
@@ -60,8 +60,6 @@
stockmoves.transno=debtortrans.transno
INNER JOIN locations ON
stockmoves.loccode = locations.loccode
- INNER JOIN currencies ON
- debtorsmaster.currcode=currencies.currabrev
WHERE debtortrans.transno = '" . $_GET['InvoiceNumber'] . "'
AND debtortrans.type=10
AND stockmoves.type=10";
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2011-06-05 23:46:02 UTC (rev 4588)
+++ trunk/doc/Change.log 2011-06-06 08:15:59 UTC (rev 4589)
@@ -1,5 +1,6 @@
webERP Change Log
+6/6/11 Phil: Currencies table included 2 x in SQL for getting invoice details in Credit_Invoice.php
6/6/11 Phil: AddSerialItems.php from Stock Adjustment was not picking up single entries because of error in for loop condition fixed
5/6/11 Phil: BankMatching typo pprintf fixed
Modified: trunk/doc/README.txt
===================================================================
--- trunk/doc/README.txt 2011-06-05 23:46:02 UTC (rev 4588)
+++ trunk/doc/README.txt 2011-06-06 08:15:59 UTC (rev 4589)
@@ -2,7 +2,7 @@
/* $Id$*/
-Version 4.03 of webERP
+Version 4.x of webERP
Now fully utf-8 compatible. Now reports can be created in any language using the utf-8 character set, the resultant pdf reports use Adobe CID fonts and the fonts that come with the Adobe Acrobat reader on client computers. This avoids the problem of large pdf downloads on the creation of reports as the alternative is to bundle the enormous utf-8 fonts with the reports.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|