http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14709 Bug ID: 14709 Summary: The export tool is broken if used from the command line Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: major Priority: P5 - low Component: Tools Assignee: jonathan.druart@bugs.koha-community.org Reporter: jonathan.druart@bugs.koha-community.org QA Contact: testopia@bugs.koha-community.org Depends on: 13040 The script dies with Can't use an undefined value as a HASH reference at tools/export.pl line 149. if it is called from the command line. This is introduced by bug 13040. The C4::Context->userenv is not defined in this case. Referenced Bugs: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13040 [Bug 13040] Improve exporter to allow multiple branch selections -- You are receiving this mail because: You are watching all bug changes.