16 Oct
2017
16 Oct
'17
11:44 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19069 --- Comment #11 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Jon Knight from comment #10)
The example I used was "match"/"does not match", but the same holds true if we use "exists"/"does not exist" too:
"Delete field 999 unless 999$l exists"
equivalent to
"Delete field 999 if 999$l does not exist"
OK. That is of course true. Misunderstood. -- You are receiving this mail because: You are watching all bug changes.