Jesse <pianohacker@...> writes:
It depends on what you mean. If you want everything to be hidden in the
editor, run some sql to set all the subfields' hidden field (in the table marc_subfields_structure) to -6, then set it back to 0 for everything you want to be visible.-- Jesse
_______________________________________________ Koha mailing list Koha@... http://lists.katipo.co.nz/mailman/listinfo/koha
Thanks Jesse, I actually planned to move all of them to the "ignore" tab, as opposed to just hiding them, but in principle it is the same. Unfortunately, I have no idea of how to write such a script, I guess I'll have to learn some SQL. By the way, isn't marc_subfield_structure a perl script? If I could find the table where all this info is stored I would be halfway done, but so far I haven't managed to understand the mechanics of Koha. One last think: Has anyone written such a script yet? It looks like a pretty common task to me. Thanks for the quick answer! -Gianmarco-