Originally Posted by
cheltzel
Have you found a way tp do this for excluding two different booking classes?
These should still work (edit: just tested & verified the general technique, though not specifically on QR or the examples below)
Originally Posted by
Zorak
In the extension codes box:
Code:
f ~(bc=o|bc=t|bc=w|bc=g)
(if replicating by hand, vs. copy-and-paste, note that that the ~ is a tilde, not a dash -- it looks a bit ambiguous in my browser font)
Originally Posted by
veeRob
Or the opposite:
Code:
f ~bc=o&~bc=t&~bc=w&~bc=g