I am trying to do some logic.
<if-compare field="parameters.quantityOnHandVar"
operator="less" value="0">
do something
<else-compare>
do something else
</else-compare>
</if-compare>
My do something else is never called.
I can do two if's ok, but wondered if I am doing something wrong when I want
to do a else in minilang.
-----
Joel Fradkin
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/else-compare-question-tp4657240.html
Sent from the OFBiz - User mailing list archive at Nabble.com.