Author: arunpatidar
Date: Sat Sep 19 10:30:02 2015
New Revision: 1703976

URL: http://svn.apache.org/viewvc?rev=1703976&view=rev
Log:
[OFBIZ-6348] Applied patch attached by Christian on the ticket. Reported issue 
of row alignment has been fixed.

Modified:
    ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl

Modified: 
ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl?rev=1703976&r1=1703975&r2=1703976&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl 
(original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/quote/ViewQuoteItemInfo.ftl 
Sat Sep 19 10:30:02 2015
@@ -116,8 +116,8 @@ under the License.
                 <#-- now show adjustment details per line item -->
                 <#list quoteItemAdjustments as quoteItemAdjustment>
                     <#assign adjustmentType = 
quoteItemAdjustment.getRelatedOne("OrderAdjustmentType", false)>
-                    <tr class="alternate-row">
-                        <td align="right" colspan="4"><span 
class="label">${adjustmentType.get("description",locale)!}</span></td>
+                    <tr <#if alt_row>class="alternate-row" </#if>>
+                        <td align="right" colspan="6"><span 
class="label">${adjustmentType.get("description",locale)!}</span></td>
                         <td align="right"><@ofbizCurrency 
amount=quoteItemAdjustment.amount isoCode=quote.currencyUomId/></td>
                         <td>&nbsp;</td>
                     </tr>


Reply via email to