Author: hansbak
Date: Thu Nov 29 06:32:04 2007
New Revision: 599456
URL:
http://svn.apache.org/viewvc?rev=599456&view=revLog:
giftcertificate amount not put in financialaccount transaction: fixed
Modified:
ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java
Modified: ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java?rev=599456&r1=599455&r2=599456&view=diff==============================================================================
--- ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java (original)
+++ ofbiz/trunk/applications/accounting/src/org/ofbiz/accounting/payment/GiftCertificateServices.java Thu Nov 29 06:32:04 2007
@@ -1317,6 +1317,7 @@
transCtx.put("partyId", userLogin.getString("partyId"));
transCtx.put("userLogin", userLogin);
transCtx.put("paymentId", paymentId);
+ transCtx.put("amount", amount);
Map transResult = null;
String txId = null;