[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.08-33-gd8c9583f2f

Git repo owner gitmaster at git.koha-community.org
Tue Aug 4 02:17:42 CEST 2020


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  d8c9583f2fb2c329a0fd8cca43de663c9d8a512f (commit)
      from  db5ae24f887bd10f8b3c5cf3e0cc65e3ae3178d1 (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 d8c9583f2fb2c329a0fd8cca43de663c9d8a512f
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Mon Jul 6 20:38:42 2020 +0000

    Bug 25940: Check for reserve_id before Dopop
    
    TEST PLAN:
    1. Have an item belonging to a different branch and check it in.
    2. When the modal pops up hit 'Yes, print slip' or 'Print slip' if  AutomaticItemReturn is set to 'don't'
    3. The first print dialog should appear with a URL like '/cgi-bin/koha/circ/transfer-slip.pl?transferitem=18&&branchcode=CPL&op=slip'
    4. Close that print dialog and you will immediately see another one that says 'No slip template found'.
    5. Notice the URL of the second pop-up is:  /cgi-bin/koha/circ/hold-transfer-slip.pl?reserve_id=
    6. There is no reserve id so the template is not found.
    7. Apply patch
    8. Repeat 1-6
    9. You should no longer have two print dialogs
    
    Signed-off-by: Lisette Scheer <lisetteslatah at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0ec7ba72861f21c2ce83d3a98446af7db7a3e321)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 25f91e5f431f8a8f06ac3710d776c7ed57d3bd20)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/modules/circ/returns.tt     | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list