svn commit: r1241360 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl

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

svn commit: r1241360 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl

hansbak-2
Author: hansbak
Date: Tue Feb  7 06:45:39 2012
New Revision: 1241360

URL: http://svn.apache.org/viewvc?rev=1241360&view=rev
Log:
add ordername to the orderlist

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

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl?rev=1241360&r1=1241359&r2=1241360&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/orderlist.ftl Tue Feb  7 06:45:39 2012
@@ -151,6 +151,7 @@ under the License.
           <tr class="header-row">
             <td width="15%">${uiLabelMap.CommonDate}</td>
             <td width="10%">${uiLabelMap.OrderOrder} ${uiLabelMap.CommonNbr}</td>
+            <td width="10%">${uiLabelMap.OrderOrderName}</td>
             <td width="10%">${uiLabelMap.OrderOrderType}</td>
             <td width="10%">${uiLabelMap.OrderOrderBillFromParty}</td>
             <td width="10%">${uiLabelMap.OrderOrderBillToParty}</td>
@@ -187,6 +188,7 @@ under the License.
               <td>
                 <a href="<@ofbizUrl>orderview?orderId=${orderHeader.orderId}</@ofbizUrl>" class="buttontext">${orderHeader.orderId}</a>
               </td>
+              <td>${orderHeader.orderName?if_exists}</td>
               <td>${orderHeader.getRelatedOneCache("OrderType").get("description",locale)}</td>
               <td>${billFrom?if_exists}</td>
               <td>${billTo?if_exists}</td>