svn commit: r1533486 - in /ofbiz/branches/release13.07: ./ applications/product/webapp/facility/inventory/receiveInventory.ftl

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

svn commit: r1533486 - in /ofbiz/branches/release13.07: ./ applications/product/webapp/facility/inventory/receiveInventory.ftl

jleroux@apache.org
Author: jleroux
Date: Fri Oct 18 15:09:02 2013
New Revision: 1533486

URL: http://svn.apache.org/r1533486
Log:
"Applied fix from trunk for revision: 1510042"
------------------------------------------------------------------------
r1510042 | jleroux | 2013-08-03 19:24:45 +0200 (sam. 03 août 2013) | 9 lignes

A patch from Pierre Smits for "Receive inventory generates an error when product has mandatory lotid" https://issues.apache.org/jira/browse/OFBIZ-5275

When a product has lotid set to mandatory the receipt of inventory in facility generates following error:

The Following Errors Occurred:
The lotId is mandatory for the product M-AMBER-40.

However, it is not possible to set the lotid on the receipt form.

------------------------------------------------------------------------


Modified:
    ofbiz/branches/release13.07/   (props changed)
    ofbiz/branches/release13.07/applications/product/webapp/facility/inventory/receiveInventory.ftl

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1510042

Modified: ofbiz/branches/release13.07/applications/product/webapp/facility/inventory/receiveInventory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/product/webapp/facility/inventory/receiveInventory.ftl?rev=1533486&r1=1533485&r2=1533486&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/product/webapp/facility/inventory/receiveInventory.ftl (original)
+++ ofbiz/branches/release13.07/applications/product/webapp/facility/inventory/receiveInventory.ftl Fri Oct 18 15:09:02 2013
@@ -185,6 +185,16 @@ under the License.
                   <#-- <a href="#" onclick="setNow("datetimeReceived")" class="buttontext">[Now]</a> -->
                 </td>
               </tr>
+              
+              
+              <tr>
+                <td width="14%">&nbsp;</td>
+                <td width="6%" align="right" nowrap="nowrap" class="label">${uiLabelMap.lotId}</td>
+                <td width="6%">&nbsp;</td>
+                <td width="74%">
+                  <input type="text" name="lotId" size="10"/>
+                </td>
+              </tr>
 
               <#-- facility location(s) -->
               <#assign facilityLocations = (product.getRelated("ProductFacilityLocation", Static["org.ofbiz.base.util.UtilMisc"].toMap("facilityId", facilityId), null, false))?if_exists/>