svn commit: r982276 - in /ofbiz/trunk/applications/manufacturing/webapp/manufacturing: WEB-INF/actions/mrp/FindInventoryEventPlan.groovy mrp/findInventoryEventPlan.ftl

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

svn commit: r982276 - in /ofbiz/trunk/applications/manufacturing/webapp/manufacturing: WEB-INF/actions/mrp/FindInventoryEventPlan.groovy mrp/findInventoryEventPlan.ftl

jacopoc
Author: jacopoc
Date: Wed Aug  4 14:57:40 2010
New Revision: 982276

URL: http://svn.apache.org/viewvc?rev=982276&view=rev
Log:
Fixed a couple of issues (reported by Giorgio Tomaselli) in the MRP event search form: error thrown (due to a missing import statement) when a date filter was selected and removed unused and old "description" field (now the description is provided by Ajax)


Modified:
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/mrp/FindInventoryEventPlan.groovy
    ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/mrp/FindInventoryEventPlan.groovy
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/mrp/FindInventoryEventPlan.groovy?rev=982276&r1=982275&r2=982276&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/mrp/FindInventoryEventPlan.groovy (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/mrp/FindInventoryEventPlan.groovy Wed Aug  4 14:57:40 2010
@@ -17,6 +17,7 @@
  * under the License.
  */
 
+import org.ofbiz.base.util.ObjectType;
 import org.ofbiz.entity.condition.EntityOperator;
 import org.ofbiz.entity.condition.EntityCondition;
 

Modified: ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl?rev=982276&r1=982275&r2=982276&view=diff
==============================================================================
--- ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl (original)
+++ ofbiz/trunk/applications/manufacturing/webapp/manufacturing/mrp/findInventoryEventPlan.ftl Wed Aug  4 14:57:40 2010
@@ -66,7 +66,6 @@ function lookupInventory() {
                       <span>
                         <@htmlTemplate.lookupField value='${requestParameters.productId?if_exists}' formName="lookupinventory" name="productId" id="productId" fieldFormName="LookupProduct"/>
                       </span>
-                      <input type='text' size='25' readonly="readonly" name='productId_description' value=''/>${uiLabelMap.CommonDescription}
                      </td>
                   </tr>
                   <tr>