This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 19.11.x has been updated
       via  1e0c18d45eca798ac1578f16d7be1dd5f52875e4 (commit)
      from  5646b2a6f7f1530a6853b493e10b1e3e8fc09995 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1e0c18d45eca798ac1578f16d7be1dd5f52875e4
Author: Jonathan Druart <[email protected]>
Date:   Thu Jul 30 14:16:09 2020 +0200

    Bug 26090: Fix "item types" report
    
    This report was broken with SQL strict mode, but also without.
    
    DBD::mysql::st execute failed: 'koha_kohadev.itemtypes.itemtype' isn't
    in GROUP BY [for Statement "
    
    and, if no library was selected:
    
    DBD::mysql::st execute failed: Unknown column 'biblioitems.itemtype' in
    'field list' [for Statement "
    
    This patch does the minimum to make it usable, but it would need more
    love.
    
    Test plan:
    To test you will need to try the 4 combinaisons:
     item-level_itypes = item or biblio
     With or without a library selected in the dropdown list
    
    Signed-off-by: Owen Leonard <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 5bca73080f89bb2f4ca83ce6ceb9fa8e3c4a7d92)
    
    Signed-off-by: Lucas Gass <[email protected]>
    (cherry picked from commit 69f16f7469c7cbbf571560d6f9389ef2dd170aa7)
    
    Signed-off-by: Aleisha Amohia <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 reports/itemtypes.plugin | 72 ++++++++++++++++--------------------------------
 1 file changed, 24 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to