[koha-commits] main Koha release repository branch master updated. v3.14.00-40-g17b78ab

Git repo owner gitmaster at git.koha-community.org
Sun Nov 24 19:38:12 CET 2013


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  17b78abc7fe6a66ab48a01ac4a7be8e88ad165fc (commit)
       via  2131c78618bb8851bc37bc99f20fa1aaa02c3124 (commit)
      from  b25de3e7cf53265f0ded8e3ab4cce82457b8f14d (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 17b78abc7fe6a66ab48a01ac4a7be8e88ad165fc
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun Nov 24 18:46:56 2013 +0000

    Bug 11040: DBRev 3.15.00.001
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 2131c78618bb8851bc37bc99f20fa1aaa02c3124
Author: Peggy Thrasher <p.thrasher at dover.nh.gov>
Date:   Thu Nov 7 18:49:51 2013 -0500

    Bug 11040: Add CircAutoPrintQuickSlip option to print regular slip
    
    This patch adds a third option to the CircAutoPrintQuickSlip system
    preference.  The three options are now:
    
    * print quick slip
    * print regular slip
    * clear the screen
    
    Test plan:
    1.  Set the System Preference for CircAutoPrintQuickSlip to "clear the
        screen".
        Enter a borrower barcode for checkout
        Press Enter
        The screen should be cleared.
    
    2.  Set the System Preference for CircCircAutoPrintQuickSlip to "open a
        quick slip window"
        Enter a borrower barcode for checkout
        Press Enter
        A Quick slip is printed.
    
    3.  Apply the patch
        Update the database using UpdateDatabase.pl
    
    4.  Set the System Preference for CircAutoPrintQuickSlip to "clear the
        screen".
        Enter a borrower barcode for checkout
        Press Enter
        The screen should be cleared.
    
    5.  Set the System Preference for CircCircAutoPrintQuickSlip to "open a
        quick slip window"
        Enter a borrower barcode for checkout
        Press Enter
        A Quick slip is printed.
    
    6.  Set the System Preference for CircCircAutoPrintQuickSlip to "open a
        slip window"
        Enter a borrower barcode for checkout
        Press Enter
        A Slip is printed.
    
    7.  Reload the database using sysprefs.sql
        Set the System Preference for CircAutoPrintQuickSlip to "clear the
        screen".
        Enter a borrower barcode for checkout
        Press Enter
        The screen should be cleared.
    
    8.  Set the System Preference for CircCircAutoPrintQuickSlip to "open a
        quick slip window"
        Enter a borrower barcode for checkout
        Press Enter
        A Quick slip is printed.
    
    9.  Set the System Preference for CircCircAutoPrintQuickSlip to "open a
        slip window"
        Enter a borrower barcode for checkout
        Press Enter
        A Slip is printed.
    
    10.  Verify that the Checkout Help includes information about printing Slips.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 installer/data/mysql/sysprefs.sql                             |    2 +-
 installer/data/mysql/updatedatabase.pl                        |    9 +++++++++
 .../prog/en/modules/admin/preferences/circulation.pref        |    5 +++--
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt   |    4 ++--
 .../intranet-tmpl/prog/en/modules/help/circ/circulation.tt    |    2 +-
 kohaversion.pl                                                |    2 +-
 6 files changed, 17 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list