[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.10-29-g7ede3a4

Git repo owner gitmaster at git.koha-community.org
Fri Mar 8 03:36:08 CET 2019


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, 18.05.x has been updated
       via  7ede3a464f0d0a5c0332ff8dbf2d60a7b5e689c7 (commit)
      from  34bfc86402f7b7db67ac1bed1a379604cfdd6014 (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 7ede3a464f0d0a5c0332ff8dbf2d60a7b5e689c7
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Wed Feb 6 12:27:53 2019 +0000

    Bug 17236: Add minute and hours to last checked out item on circulation for hourly loans
    
    This is a simple fix using the right TT filter:
    [% issue.date_due | $KohaDates as_due_date => 1 %]
    
    The time part of the due date will only display if it's an hourly loan (!=23:59)
    
    To test:
    - Check out 2 items
      - One with a loan period in days
      - One with a loan period in hours
    - Verify the the due date only shows the date part
    - Apply patch
    - Return items and repeat
    - Verify that now the time part will show for the hourly loan
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Mikaël Olangcay Brisebois <mikael.olangcay-brisebois at inLibro.com>
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 8211aad8c7ad772685b5e3624b3b55b738fe18a2)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit f4a02e66d3d7485109116f6a9b9f9c33218a4d4a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list