[koha-commits] main Koha release repository branch master updated. v16.05.00-357-gb7c61a5

Git repo owner gitmaster at git.koha-community.org
Fri Jul 15 20:03:29 CEST 2016


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, master has been updated
       via  b7c61a5d128cc3580ea3ee67bc29e02571923dd3 (commit)
      from  b89a601e5742b3067fa6ed508313acfce4e73e73 (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 b7c61a5d128cc3580ea3ee67bc29e02571923dd3
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Tue May 17 04:46:31 2016 +0000

    Bug 16531: Circ overdue report is showing an empty table if no overdues
    
    EDIT: Comment 2
    EDIT2: using noreport variable (Comment 5)
    
    To test:
    1) Ensure you have no items overdue
    2) Go to Circ -> Circulation reports -> Overdues
    3) Notice empty table, '0 items overdue' heading
    4) Ensure syspref FilterBeforeOverdueReport is set to 'Don't require'
    5) Apply patch and refresh page
    6) Notice empty table is no longer showing and page says "There are no
       overdues"
    7) Apply a filter to search
    8) Page now says "There are no overdues matching your search" with a
       link to reset filter.
    9) Click Reset filter -> confirm any filters you applied are cleared.
    10) Set FilterBeforeOverdueReport to 'Require' and refresh overdue
        report
    11) Page should say "Please choose one or more filters to proceed"
    12) Check out an item to a member, ensure due date is a date that has
        passed (i.e. yesterday)
    13) Refresh overdue report page
    14) Page should still say "Please choose one or more filters to proceed"
    15) Set FilterBeforeOverdueReport to 'Don't require'
    16) Confirm table now shows correctly with '1 items overdue' heading
        etc.
    
    Sponsored-by: Catalyst IT
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/circ/overdue.tt  |   86 +++++++++++---------
 1 file changed, 48 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list