Re: svn commit: r1742097 - /ofbiz/trunk/applications/accounting/widget/AccountingMenus.xml

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

Re: svn commit: r1742097 - /ofbiz/trunk/applications/accounting/widget/AccountingMenus.xml

Nicolas Malin-2
Le 03/05/2016 13:29, [hidden email] a écrit :
> groovy:if(context.payment != null) return org...
In groovy "if(context.payment != null)" ==  "if (context.payment)" ?

Just an ask, not a remark :)
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1742097 - /ofbiz/trunk/applications/accounting/widget/AccountingMenus.xml

Jacques Le Roux
Administrator
In Groovy yes indeed :)

The pb is more, will there be a payment in context there? If yes how will it come there? I tried to find an answer, did not find anything (ie there
will never be a payment in context as this point) but maybe I was too fast...

Jacques

Le 03/05/2016 à 13:35, Nicolas Malin a écrit :
> Le 03/05/2016 13:29, [hidden email] a écrit :
>> groovy:if(context.payment != null) return org...
> In groovy "if(context.payment != null)" ==  "if (context.payment)" ?
>
> Just an ask, not a remark :)
>