Author: pawan
Date: Sat Aug 24 04:50:11 2019
New Revision: 1865811

URL: http://svn.apache.org/viewvc?rev=1865811&view=rev
Log:
Fixed: Order status history should show party id instead of user login id
(OFBIZ-11121)
Thanks: Ashish Kumar Pandey for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderInfo.ftl

Modified: 
ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderInfo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderInfo.ftl?rev=1865811&r1=1865810&r2=1865811&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderInfo.ftl 
(original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/template/order/OrderInfo.ftl 
Sat Aug 24 04:50:11 2019
@@ -121,7 +121,7 @@ under the License.
                     <div>
                       ${loopStatusItem.get("description",locale)} <#if 
orderHeaderStatus.statusDatetime?has_content>- 
${Static["org.apache.ofbiz.base.util.UtilFormatOut"].formatDateTime(orderHeaderStatus.statusDatetime,
 "", locale, timeZone)?default("0000-00-00 00:00:00")}</#if>
                       &nbsp;
-                      ${uiLabelMap.CommonBy} - 
<#--${Static["org.apache.ofbiz.party.party.PartyHelper"].getPartyName(delegator,
 userlogin.getString("partyId"), true)}--> 
[${orderHeaderStatus.statusUserLogin}]
+                      ${uiLabelMap.CommonBy} - 
${Static["org.apache.ofbiz.party.party.PartyHelper"].getPartyName(delegator, 
userlogin.getString("partyId"), false)}
                     </div>
                   </#list>
                 </#if>


Reply via email to