[Carbon-commits] [Carbon] svn commit r114377 - branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing

amilam at wso2.com amilam at wso2.com
Tue Oct 18 08:34:10 EDT 2011


Author: amilam
Date: Tue Oct 18 05:34:10 2011
New Revision: 114377
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=114377

Log:
showing the transaction id in the invoice

Modified:
   branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/interim_invoice.jsp
   branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/past_invoice.jsp

Modified: branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/interim_invoice.jsp
URL: http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/interim_invoice.jsp?rev=114377&r1=114376&r2=114377&view=diff
==============================================================================
--- branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/interim_invoice.jsp	(original)
+++ branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/interim_invoice.jsp	Tue Oct 18 05:34:10 2011
@@ -271,7 +271,7 @@
                         String payment = purchaseOrder.getPayment();
                 %>
 				<tr class="invoice-content-row">
-				<td class="leftCol-med"><fmt:message key="payment"/> Id: <strong><%=id%></strong> on <%=dateFormat.format(paymentDate)%></td>
+				<td class="leftCol-med"><fmt:message key="payment"/> : <strong><%=purchaseOrder.getTransactionId()%></strong> on <%=dateFormat.format(paymentDate)%></td>
 				<td style="text-align:right;font-weight:bold;"><%=payment%></td>
 				</tr>
                 

Modified: branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/past_invoice.jsp
URL: http://wso2.org/svn/browse/wso2/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/past_invoice.jsp?rev=114377&r1=114376&r2=114377&view=diff
==============================================================================
--- branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/past_invoice.jsp	(original)
+++ branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt.ui/1.5.2/src/main/resources/web/tenant-billing/past_invoice.jsp	Tue Oct 18 05:34:10 2011
@@ -377,7 +377,7 @@
                         String payment = purchaseOrder.getPayment();
                 %>
 				<tr class="invoice-content-row">
-				<td class="leftCol-med"><fmt:message key="payment"/> Id: <strong><%=id%></strong> on <%=dateFormat.format(paymentDate)%></td>
+				<td class="leftCol-med"><fmt:message key="payment"/> : <strong><%=purchaseOrder.getTransactionId()%></strong> on <%=dateFormat.format(paymentDate)%></td>
 				<td style="text-align:right;font-weight:bold;"><%=payment%></td>
 				</tr>
                 


More information about the Carbon-commits mailing list