Author: bibryam
Date: Fri Apr 23 12:35:58 2010
New Revision: 937266

URL: http://svn.apache.org/viewvc?rev=937266&view=rev
Log:
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}&amp;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}&amp;externalLoginKey=${externalLoginKey}"
 class="buttontext">PDF</a>)</div>
               </#list>
             </td>
             <td width="10%">&nbsp;</td>


Reply via email to