Hi Victor,

It's a bit convoluted, but here's what I usually do if I need to do this.


In the database, I delete the default and acq framework.

DELETE FROM marc_subfield_structure WHERE framework IN ('', 'ACQ');

DELETE FROM marc_tag_structure WHERE framework IN ('', 'ACQ');


Then, I reload the original YAML file

./misc/load_yaml.pl --load --file installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml


I hope this helps.

Caroline


On 2023-03-30 13:27, Victor Barroso Oliveira wrote:
Hello,
how to restore the default Marc Framework to the original pattern?
koha version
22.05.05
ubuntu
20
Thanks,
Victor
_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Caroline Cyr-La-Rose, M.L.I.S. (she/her)
Librarian | Product Manager

1-833-INLIBRO (465-4276), ext. 221
caroline.cyr-la-r...@inlibro.com
https://www.inLibro.com

_______________________________________________

Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to