Re: svn commit: r1341341 - in /ofbiz/trunk: applications/party/config/ applications/party/data/ applications/party/script/org/ofbiz/party/party/ applications/party/servicedef/ applications/party/templates/email/ applications/party/widget/partymgr/ specialp...

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

Re: svn commit: r1341341 - in /ofbiz/trunk: applications/party/config/ applications/party/data/ applications/party/script/org/ofbiz/party/party/ applications/party/servicedef/ applications/party/templates/email/ applications/party/widget/partymgr/ specialp...

Jacopo Cappellato-4
Hi Hans,

On May 22, 2012, at 10:03 AM, [hidden email] wrote:

> +        <set field="productStoreId" from-field="parameters.productStoreId" />
> +        <if-empty field="productStoreId">
> +            <log level="warning" message="No productStoreId specified."/>
> +        </if-empty>

productStoreId is a mandatory input parameter for the service; the above code is not required.

Regards,

Jacopo

Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1341341 - in /ofbiz/trunk: applications/party/config/ applications/party/data/ applications/party/script/org/ofbiz/party/party/ applications/party/servicedef/ applications/party/templates/email/ applications/party/widget/partymgr/ specialp...

hans_bakker
You are right jacopo, corrected in revision 1341344!

On 05/22/2012 03:13 PM, Jacopo Cappellato wrote:

> Hi Hans,
>
> On May 22, 2012, at 10:03 AM, [hidden email] wrote:
>
>> +<set field="productStoreId" from-field="parameters.productStoreId" />
>> +<if-empty field="productStoreId">
>> +<log level="warning" message="No productStoreId specified."/>
>> +</if-empty>
> productStoreId is a mandatory input parameter for the service; the above code is not required.
>
> Regards,
>
> Jacopo
>