[koha-commits] main Koha release repository branch master updated. v3.22.00-42-g466eebe

Git repo owner gitmaster at git.koha-community.org
Tue Dec 29 22:29:24 CET 2015


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  466eebe9e54837db8e50ae4c0f68214b54a40fa5 (commit)
      from  b07513526965720c7d558bd9c6176088304a2ee9 (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 466eebe9e54837db8e50ae4c0f68214b54a40fa5
Author: Marc Véron <veron at veron.ch>
Date:   Wed Dec 2 15:34:44 2015 +0100

     Bug 15301: branchtransfers.tt: Remove ambiguous "To" and fix splitted sentence
    
    The file intranet-tmpl/prog/en/modules/circ/branchtransfers.tt contains two
    ambiguous words 'to' and a sentence splitted up by html tags, leading to weird
    translations. Example in German: "Sie können keine Exemplare aus itemtype
    transferieren BK für: Airfield"
    
    To test:
    - Apply patch
    
    - Set up transfer policies for item types and collection codes in
      Home > Administration > Set library checkin and transfer policy
      Make sure that you have rules that deny and others that allow transfers
    
    - Verify that syspref 'UseBranchTransferLimits' is set to 'Enforce'
    
    - Set 'BranchTransferLimitTypes' to 'item type'
    
    - Go to Home > Circulation > Transfers
    - Transfer an item that is allowed for item type
      - Verify that the table of transferred items displays information
        about Item type, Collection code and Destination
    
    - Transfer an item that is not allowed for the item type
      - Verify that the information about not allowing the transfer displays
        properly and is meaningfull
    
    - Set 'BranchTransferLimitTypes' to 'collection code'
    
    - Repeat the transfer steps above for allowed / not allowed collection code
    
    (Amended to add ids to table and 8 columns, see comment #2)
    (Amended for comment #5)
    Followup for comment #8
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 circ/branchtransfers.pl                            |   10 -----
 .../prog/en/modules/circ/branchtransfers.tt        |   44 +++++++++++++-------
 2 files changed, 29 insertions(+), 25 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list