svn commit: r1745710 - /ofbiz/trunk/applications/product/template/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: r1745710 - /ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl

jleroux@apache.org
Author: jleroux
Date: Fri May 27 05:41:25 2016
New Revision: 1745710

URL: http://svn.apache.org/viewvc?rev=1745710&view=rev
Log:
Fixes a typo, no functional change

Modified:
    ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl

Modified: ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl?rev=1745710&r1=1745709&r2=1745710&view=diff
==============================================================================
--- ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl (original)
+++ ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl Fri May 27 05:41:25 2016
@@ -154,8 +154,8 @@ under the License.
                   </#if>
                 </td>
               </tr>
-              <#assign isSeriazed = Static["org.ofbiz.product.product.ProductWorker"].isSerialized(delegator, product.productId)!/>
-              <#if isSeriazed?has_content>
+              <#assign isSerialized = Static["org.ofbiz.product.product.ProductWorker"].isSerialized(delegator, product.productId)!/>
+              <#if isSerialized?has_content>
                 <tr>
                   <td width="14%">&nbsp;</td>
                   <td width="6%" align="right" nowrap="nowrap" class="label">${uiLabelMap.ProductSerialNumber}</td>
@@ -485,8 +485,8 @@ under the License.
                           </td>
                           <tr>
                             <td width="45%">
-                              <#assign isSeriazed = Static["org.ofbiz.product.product.ProductWorker"].isSerialized(delegator, product.productId)!/>
-                              <#if isSeriazed?has_content>
+                              <#assign isSerialized = Static["org.ofbiz.product.product.ProductWorker"].isSerialized(delegator, product.productId)!/>
+                              <#if isSerialized?has_content>
                                 ${uiLabelMap.ProductSerialNumber} :&nbsp;
                                 <input type="text" name="serialNumber_o_${rowCount}" value="" />
                             </#if>