http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8207
M. de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from M. de Rooy <[email protected]> --- Is the following code in master really correct: if (C4::Context->preference("Version") < TransformToNum($DBversion)) { unless ( C4::Context->preference('marcflavour') eq 'UNIMARC' ) { my %referencetypes = ( '00' => 'PERSO_CODE', '10' => 'ORGO_CODE', I thought we used PERSO_NAME and CORPO_NAME ?? -- 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/
