svn commit: r1801318 - /ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl

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

svn commit: r1801318 - /ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl

Arun Patidar-4
Author: arunpatidar
Date: Sat Jul  8 19:52:35 2017
New Revision: 1801318

URL: http://svn.apache.org/viewvc?rev=1801318&view=rev
Log:
Fixed: UI issue in ATP/QOH table on Create Purchase Order screen. (OFBIZ-9468)
Thanks Pallavi for your contribution.

Modified:
    ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl

Modified: ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl?rev=1801318&r1=1801317&r2=1801318&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/template/entry/cart/ShowCart.ftl Sat Jul  8 19:52:35 2017
@@ -48,8 +48,8 @@ under the License.
         </div>
       <#else>
         <#if parameters.availabalityList?has_content>
-          <table>
-            <tr>
+          <table class="basic-table"  cellspacing="0">
+            <tr class="header-row">
               <td>${uiLabelMap.Facility}</td>
               <td>${uiLabelMap.ProductQuantityOnHand}</td>
               <td>${uiLabelMap.ProductAvailableToPromise}</td>