[OFBiz] SVN: r7222 - trunk/applications/accounting/src/org/ofbiz/accounting/payment

sichen@svn.ofbiz.org sichen at svn.ofbiz.org
Thu Apr 6 20:16:12 CDT 2006


Author: sichen
Date: 2006-04-06 20:16:10 -0500 (Thu, 06 Apr 2006)
New Revision: 7222

Modified:
   trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java
Log:
Fixed a bad parenthesis which caused a compile error.  Thanks to Hans Bakker for letting me know

Modified: trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java
===================================================================
--- trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java	2006-04-07 01:08:37 UTC (rev 7221)
+++ trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java	2006-04-07 01:16:10 UTC (rev 7222)
@@ -427,7 +427,6 @@
                         return ServiceUtil.returnError("Gift certificate not found");
                     }
                     finAccountId = finAccount.getString("finAccountId");
-                }
             }
             if (finAccountId == null) {
                 return ServiceUtil.returnError("Gift certificate pin number is invalid");



More information about the Svn mailing list