http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9145
--- Comment #15 from Vitor Fernandes <[email protected]> --- Hi Paul, I understand what you are saying. Default values for authorities frameworks will be a nice improvement. Besides that even with default values this patch is needed. The field 100 in UNIMARC authorities always needed to be filled (using or not the interface). If the field isn't filled in the interface it will be automatically filled with the 'afrey50 ba0', which is a problem. This patch avoid that. With the patch 3 things happens: - If the 100$a is filled nothing is done, so using default values or filling with plugins or by hand is not a problem - If there is a 100 field but not a $a subfield, a 100$a is created with the date and the system preference created - If there isn't a 100 field, a 100 field and a 100$a subfield are created with the date and the system preference created. Even with default values the patch is needed, because 100$a needs to exist in UNIMARC even when is not filled in the interface. There is another system preference that does something like this: MARCAuthorityControlField008 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
