[OFBiz] SVN: r4875 -
trunk/applications/order/webapp/ordermgr/entry/cart
jacopo at svn.ofbiz.org
jacopo at svn.ofbiz.org
Thu Apr 21 06:31:46 EDT 2005
Author: jacopo
Date: 2005-04-21 05:31:38 -0500 (Thu, 21 Apr 2005)
New Revision: 4875
Modified:
trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl
Log:
Added info about quotes linked to shopping cart items (if any).
Modified: trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl
===================================================================
--- trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl 2005-04-21 09:28:33 UTC (rev 4874)
+++ trunk/applications/order/webapp/ordermgr/entry/cart/showcart.ftl 2005-04-21 10:31:38 UTC (rev 4875)
@@ -289,6 +289,15 @@
</td>
</tr>
</#if>
+ <#if cartLine.getQuoteId()?has_content>
+ <#if cartLine.getQuoteItemSeqId()?has_content>
+ <tr>
+ <td colspan="2" align="left">
+ <div class="tabletext"><b>${uiLabelMap.OrderQuoteId}</b>: ${cartLine.getQuoteId()?if_exists} - ${cartLine.getQuoteItemSeqId()?if_exists}</div>
+ </td>
+ </tr>
+ </#if>
+ </#if>
<#if cartLine.getItemComment()?has_content>
<tr><td align="left"><div class="tableheadtext">${uiLabelMap.CommonComment} : </div></td>
<td align="left"><div class="tabletext">${cartLine.getItemComment()?if_exists}</div>
More information about the Svn
mailing list