svn commit: r577454 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r577454 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl

jaz-3
Author: jaz
Date: Wed Sep 19 15:02:12 2007
New Revision: 577454

URL: http://svn.apache.org/viewvc?rev=577454&view=rev
Log:
now showing user to effects status change

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=577454&r1=577453&r2=577454&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderinfo.ftl Wed Sep 19 15:02:12 2007
@@ -65,8 +65,11 @@
                   <hr class="sepbar"/>
                   <#list orderHeaderStatuses as orderHeaderStatus>
                     <#assign loopStatusItem = orderHeaderStatus.getRelatedOne("StatusItem")>
+                    <#assign userlogin = orderHeaderStatus.getRelatedOne("UserLogin")>
                     <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)}
                     </div>
                   </#list>
                 </#if>