You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by nm...@apache.org on 2016/06/28 13:51:37 UTC

svn commit: r1750509 - in /ofbiz/trunk/applications: order/template/entry/cart/ShowCart.ftl product/widget/catalog/LookupScreens.xml

Author: nmalin
Date: Tue Jun 28 13:51:37 2016
New Revision: 1750509

URL: http://svn.apache.org/viewvc?rev=1750509&view=rev
Log:
no functional change: remove tabs introduce on commit 1750491 and finalize convert and remove unneeded end line space

Modified:
    ofbiz/trunk/applications/order/template/entry/cart/ShowCart.ftl
    ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml

Modified: ofbiz/trunk/applications/order/template/entry/cart/ShowCart.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/entry/cart/ShowCart.ftl?rev=1750509&r1=1750508&r2=1750509&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/template/entry/cart/ShowCart.ftl (original)
+++ ofbiz/trunk/applications/order/template/entry/cart/ShowCart.ftl Tue Jun 28 13:51:37 2016
@@ -80,8 +80,8 @@ under the License.
                   <td align="right"><div>${uiLabelMap.ProductProductId} :</div></td>
                   <td>
                     <span class='tabletext'>
-                      <#if orderType=="PURCHASE_ORDER">                        
-                        <#if partyId?has_content>                                               
+                      <#if orderType=="PURCHASE_ORDER">
+                        <#if partyId?has_content>
                           <#assign fieldFormName="LookupSupplierProduct?partyId=${partyId}">
                         <#else>
                           <#assign fieldFormName="LookupSupplierProduct">

Modified: ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml?rev=1750509&r1=1750508&r2=1750509&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/product/widget/catalog/LookupScreens.xml Tue Jun 28 13:51:37 2016
@@ -55,7 +55,7 @@ under the License.
                 <set field="queryString" from-field="result.queryString"/>
                 <set field="entityName" value="Product"/>
                 <set field="searchFields" value="[productId, brandName, internalName]"/>
-				 <set field="conditionFields.isVirtual" value="Y" />
+                 <set field="conditionFields.isVirtual" value="Y" />
             </actions>
             <widgets>
                 <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml">