Author: bibryam
Date: Fri Apr 23 12:35:58 2010
New Revision: 937266
URL:
http://svn.apache.org/viewvc?rev=937266&view=revLog:
Added externalLoginKey parameter to invoice PDF link in order view screen
Modified:
ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl
Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl?rev=937266&r1=937265&r2=937266&view=diff==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl Fri Apr 23 12:35:58 2010
@@ -419,7 +419,7 @@ under the License.
<td valign="top" width="60%">
<#list invoices as invoice>
<div>${uiLabelMap.CommonNbr}<a href="/accounting/control/invoiceOverview?invoiceId=${invoice}&externalLoginKey=${externalLoginKey}" class="buttontext">${invoice}</a>
- (<a href="/accounting/control/invoice.pdf?invoiceId=${invoice}" class="buttontext">PDF</a>)</div>
+ (<a href="/accounting/control/invoice.pdf?invoiceId=${invoice}&externalLoginKey=${externalLoginKey}" class="buttontext">PDF</a>)</div>
</#list>
</td>
<td width="10%"> </td>