View | Details | Raw Unified | Return to bug 7317
Collapse All | Expand All

(-)a/Koha/Illrequest/Config.pm (-1 / +1 lines)
Lines 231-236 sub _load_configuration { Link Here
231
        digital_recipients => {},
231
        digital_recipients => {},
232
        prefixes           => {},
232
        prefixes           => {},
233
        partner_code       => 'ILLLIBS',
233
        partner_code       => 'ILLLIBS',
234
        raw_config         => $xml_config,
234
    };
235
    };
235
236
236
    # Per Branch Configuration
237
    # Per Branch Configuration
237
- 

Return to bug 7317