[koha-commits] main Koha release repository branch master updated. v3.22.00-236-geed2c0d

Git repo owner gitmaster at git.koha-community.org
Mon Jan 4 13:47:03 CET 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  eed2c0d4379f837a01ab0b3e4210771fac5fe01c (commit)
      from  61186c9e775f37f5d3d652329708aa548079f554 (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 eed2c0d4379f837a01ab0b3e4210771fac5fe01c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Dec 30 15:03:23 2015 +0000

    Bug 15443 - Re-code RESERVESLIP as HOLD_SLIP
    
    It's a bit confusing to have RESERVESLIP named "Hold Slip", we should
    finish the job and recode the slip.
    
    Test Plan:
    1) Apply this patch
    2) Run updatedatabase.pl
    3) Try printing a hold slip, you should note no difference
       from pre-patch behavior
    
    Followed test plan. The slip is triggered if you want to check out
    an item that is reserved / on hold for another patron. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 C4/Reserves.pm                                               |    4 ++--
 installer/data/mysql/atomicupdate/bug_15443.sql              |    1 +
 installer/data/mysql/de-DE/mandatory/sample_notices.sql      |    2 +-
 installer/data/mysql/en/mandatory/sample_notices.sql         |    2 +-
 installer/data/mysql/es-ES/mandatory/sample_notices.sql      |    2 +-
 installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql  |    2 +-
 installer/data/mysql/it-IT/necessari/notices.sql             |    2 +-
 installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql |    2 +-
 installer/data/mysql/pl-PL/mandatory/sample_notices.sql      |    2 +-
 installer/data/mysql/ru-RU/mandatory/sample_notices.sql      |    2 +-
 installer/data/mysql/uk-UA/mandatory/sample_notices.sql      |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/letter.tt |    2 +-
 12 files changed, 13 insertions(+), 12 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_15443.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list