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

            Bug ID: 29160
           Summary: Default Framework Report Yields Empty Download
 Change sponsored?: ---
           Product: Koha
           Version: 20.05
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Reports
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

Created attachment 125685
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=125685&action=edit
Shows missing downloaded report for default framework

I have created a report for getting a list of bibliographic reports based on
the framework. Here's the SQL instruction:

SELECT biblio.biblionumber AS 'Bib. Record No.', biblio.author AS 'Author',
biblio.title AS 'Title'
    FROM biblio
    WHERE biblio.frameworkcode = <<Which framework?|biblio_framework>>
    ORDER BY biblio.biblionumber ASC

This instruction yields a report in the website. But when I check the Download
button and/or when I select a new page" in a multipage list AND the choosen
framework is the default, the downloaded list is empty excepting for the list
headers.

This happens to all three download file options: CSV, TAB, and ODS.

In contrast, when another framework is choosen, the downloaded list includes
all the findings; and list continues onto the next page when another page
number is choosen.

A PDF of screenshots collected is attached.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
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/

Reply via email to