@@ -, +, @@ configuration for export. --- Koha/Illrequest/Config.pm | 1 + 1 file changed, 1 insertion(+) --- a/Koha/Illrequest/Config.pm +++ a/Koha/Illrequest/Config.pm @@ -231,6 +231,7 @@ sub _load_configuration { digital_recipients => {}, prefixes => {}, partner_code => 'ILLLIBS', + raw_config => $xml_config, }; # Per Branch Configuration --