Author: sichen
Date: Fri Dec 8 10:07:03 2006
New Revision: 484678
URL:
http://svn.apache.org/viewvc?view=rev&rev=484678Log:
add missing externalLoginKey link from order to accounting for viewing billing account
Modified:
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl
Modified: incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl?view=diff&rev=484678&r1=484677&r2=484678==============================================================================
--- incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl (original)
+++ incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl Fri Dec 8 10:07:03 2006
@@ -275,7 +275,7 @@
<td width="5"> </td>
<td align="left" valign="top" width="80%">
<div class="tabletext">
- #<a href="/accounting/control/EditBillingAccount?billingAccountId=${billingAccount.billingAccountId}" class="buttontext">${billingAccount.billingAccountId}</a> - ${billingAccount.description?if_exists}
+ #<a href="/accounting/control/EditBillingAccount?billingAccountId=${billingAccount.billingAccountId}&externalLoginKey=${externalLoginKey}" class="buttontext">${billingAccount.billingAccountId}</a> - ${billingAccount.description?if_exists}
</div>
</td>
</tr>