Author: jacopoc
Date: Thu Dec 21 08:59:00 2006
New Revision: 489405

URL: http://svn.apache.org/viewvc?view=rev&rev=489405
Log:
Cleaned up variable to avoid incorrect information in the order detail payment 
box when billing account and other methods are both selected.

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=489405&r1=489404&r2=489405
==============================================================================
--- 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl
 (original)
+++ 
incubator/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderpaymentinfo.ftl
 Thu Dec 21 08:59:00 2006
@@ -23,6 +23,7 @@
      <table width="100%" border="0" cellpadding="1" cellspacing="0">
      <#if orderPaymentPreferences?has_content || billingAccount?has_content || 
invoices?has_content>
         <#list orderPaymentPreferences as orderPaymentPreference>
+          <#assign pmBillingAddress = {}>
           <#assign oppStatusItem = 
orderPaymentPreference.getRelatedOne("StatusItem")>
           <#if outputted?default("false") == "true">
             <tr><td colspan="7"><hr class="sepbar"></td></tr>


Reply via email to