Ho, no needs to apologize for a typo ;)
Thanks for your work!
Jacques
Le 27/05/2016 à 07:43, Deepak Dixit a écrit :
My Bad :( , Thanks Jacques.
Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
On Fri, May 27, 2016 at 11:11 AM, <[email protected]> wrote:
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%"> </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} :
<input type="text"
name="serialNumber_o_${rowCount}" value="" />
</#if>