You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by si...@apache.org on 2006/12/08 19:07:04 UTC

svn commit: r484678 - /incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl

Author: sichen
Date: Fri Dec  8 10:07:03 2006
New Revision: 484678

URL: http://svn.apache.org/viewvc?view=rev&rev=484678
Log:
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">&nbsp;</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>