http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8136
Sophie MEYNIEUX <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #9699|0 |1 is obsolete| | --- Comment #2 from Sophie MEYNIEUX <[email protected]> --- Created attachment 10237 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10237&action=edit [SIGNED-OFF] Bug 8136 Changes the expected lenght of 100$a in rebuild_zebra.pl In rebuild_zebra.pl, if we are in "unimarc" ("marcflavour" syspref), the sub "fix_unimarc_100" is called and checks if 100$a lenght is equal to 35. If it is not the case, the sub inserts the localtime and more, so we loose the datas in reindexing. The standart lenght is 36. I have just changed 35 to 36. Signed-off-by: Sophie Meynieux <[email protected]> -- 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/
