Author: jonesde
Date: Wed Sep 19 19:27:19 2007
New Revision: 577510

URL: http://svn.apache.org/viewvc?rev=577510&view=rev
Log:
Change to comment out name for userLogin; not working and I don't want to 
rewrite it now, at least the page is working again

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl?rev=577510&r1=577509&r2=577510&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl 
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl Wed Sep 
19 19:27:19 2007
@@ -69,7 +69,7 @@
                     <div class="tabletext">
                       ${loopStatusItem.get("description",locale)} - 
${orderHeaderStatus.statusDatetime?default("0000-00-00 00:00:00")?string}
                       &nbsp;
-                      ${uiLabelMap.CommonBy} - 
<#--${orderHeaderStatus.statusUserLogin?string}-->${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator,
 userlogin.get("partyId"), true)}
+                      ${uiLabelMap.CommonBy} - 
<#--${Static["org.ofbiz.party.party.PartyHelper"].getPartyName(delegator, 
userlogin.getString("partyId"), true)}--> [${orderHeaderStatus.statusUserLogin}]
                     </div>
                   </#list>
                 </#if>


Reply via email to