You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/05/27 05:41:25 UTC

svn commit: r1745710 - /ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl

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>



Re: svn commit: r1745710 - /ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl

Posted by Jacques Le Roux <ja...@les7arts.com>.
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, <jl...@apache.org> 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%">&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>
>>
>>
>>


Re: svn commit: r1745710 - /ofbiz/trunk/applications/product/template/inventory/ReceiveInventory.ftl

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
My Bad :( ,  Thanks Jacques.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com

On Fri, May 27, 2016 at 11:11 AM, <jl...@apache.org> 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%">&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>
>
>
>