Hi Caroline
Many thanks for your e-mail! You wrote today:
> As you can see, the DELETE commands only remove the marc_tag_structure
> and marc_subfield_structure, but not biblio_framework.
>
> As for the error message, my best guess is that the ACQ framework is
> created in the installer file you
Hi Michael!
The reason why you still see the framework names in the staff interface
after the DELETE is because the sql commands only remove the marc
structures, not the actual frameworks. They are in separate tables:
- biblio_framework
(https://schema.koha-community.org/24_05/tables/biblio_
Hi Caroline
We need to get rid of a corrupt standard framework and load a correct
version of it. In the staff client we tried to import correct versions
of the framework via Koha menu "Administration > MARC bibliographic
frameworks" but it won't import the correct framework (I resign going
in
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
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/koh
5 matches
Mail list logo