https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34842
--- Comment #14 from Jonathan Druart <[email protected]> --- (In reply to Pedro Amorim from comment #13) > I don't fully agree with Jonathan's suggestion of setting it to 'IL' if > 'ILLLIBS' because it sounds like a hardcoded fix for a problem that > shouldn't occur in the first place Ok, but it's the default value in the module :D Koha/Illrequest/Config.pm: $configuration->{partner_code} = C4::Context->preference('ILLPartnerCode') || 'IL'; -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
