svn commit: r566715 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/appendorderitem.ftl

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

svn commit: r566715 - /ofbiz/trunk/applications/order/webapp/ordermgr/order/appendorderitem.ftl

jonesde
Author: jonesde
Date: Thu Aug 16 06:46:41 2007
New Revision: 566715

URL: http://svn.apache.org/viewvc?view=rev&rev=566715
Log:
Small change so it doesn't blow up... didn't test to see if this works as desired though

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

Modified: ofbiz/trunk/applications/order/webapp/ordermgr/order/appendorderitem.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/webapp/ordermgr/order/appendorderitem.ftl?view=diff&rev=566715&r1=566714&r2=566715
==============================================================================
--- ofbiz/trunk/applications/order/webapp/ordermgr/order/appendorderitem.ftl (original)
+++ ofbiz/trunk/applications/order/webapp/ordermgr/order/appendorderitem.ftl Thu Aug 16 06:46:41 2007
@@ -25,7 +25,7 @@
     <div class="screenlet-body">
         <form method="post" action="<@ofbizUrl>appendItemToOrder?${paramString}</@ofbizUrl>" name="appendItemForm">
             <#-- TODO: Presently, this is the ofbiz way of getting the prodCatalog, which is not generic. Replace with a selecatble list defaulting to this instead -->
-            <input type="hidden" name="prodCatalogId" value="${Static["org.ofbiz.product.catalog.CatalogWorker"].getCurrentCatalogId(request)}"/>
+            <input type="hidden" name="prodCatalogId" value="${Static["org.ofbiz.product.catalog.CatalogWorker"].getCurrentCatalogId(request)?if_exists}"/>
             <table class="basic-table" cellspacing="0">
                 <tr>
                   <td class="label">${uiLabelMap.ProductProductId} :</td>