https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37075

            Bug ID: 37075
           Summary: Message queue processor will fail to send any message
                    unless letter_code is passed
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Command-line Utilities
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: k...@bywatersolutions.com
        QA Contact: testo...@bugs.koha-community.org
                CC: ro...@catalyst.net.nz

For reasons unknown, GetOptions is inserting an empty string into the
letter_code list. If you are running the script with a letter code filter, the
empty string is added to the OR so it functions. If no letter_code is passed,
the search requires the letter code to be an empty string, which will of course
fail. Even more perplexing is that this does not happen for the type list which
is essentially identical code.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to