https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21860
--- Comment #53 from Andrew Fuerste-Henry <[email protected]> --- (In reply to catherine.micklethwaite from comment #51) > Could I be really cheeky and ask for one very specific test? The way we > would like to use this with the 650 fields is: > > Import the 650 only if indicator 2 = 2, delete all other 650 fields. > > Huge thanks This works! I was able to create a template to delete those tags and apply it to a file at import. But note the way actions are currently defined doesn't give us any want to say "delete any 650 where the 2nd indicator *isn't* 2." Instead one needs to create several distinct actions: delete 650s where the 2nd indicator is blank, delete 650s where the 2nd indicator is 1, delete 650s where the 2nd indicator is 3, etc. -- this behavior is unrelated to this enhancement, you'd run into the same issue trying to do something like deleting all 650s where the $a isn't "Dogs" -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
