[ic] order_view.html

David Bordas interchange-users@interchange.redhat.com
Tue Sep 18 12:10:00 2001


Hi,

I'm modifying order_view.html to add some field from the transaction table.
I have just a little problem i want to test a var for doing something like
this :
[if value toto =~ /handling/i]
[L]handling[/L]
[/if]

it works but i need to do the same thing with a loop data one and i tried
this :
[if-loop-data transactions toto] =~/handling/i]
[L]handling[/L]
[/if-loop-data]

But doesn't work :(

NB : i can see the toto column in the knar table editor.

Thanks for helping.