[koha-commits] main Koha release repository branch master updated. v16.11.00-771-gd28c215

Git repo owner gitmaster at git.koha-community.org
Fri Mar 31 17:14:32 CEST 2017


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  d28c2152abd1ba3b5dfd8af1ceffab094c552bfa (commit)
       via  a7bdc6eb3e2fc7de7158d938e37552eb75bd0cc7 (commit)
      from  70377b375794dffa4ff18bd9b7a7f37060cf295c (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 d28c2152abd1ba3b5dfd8af1ceffab094c552bfa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 21 16:55:37 2017 -0300

    Bug 17014: Simplify some code
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit a7bdc6eb3e2fc7de7158d938e37552eb75bd0cc7
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 1 12:33:24 2016 -0400

    Bug 17014 - Remove more event attributes from patron templates
    
    There are many patron-related templates which still use event attributes
    to define events. This patch updates these templates so that events are
    defined in JavaScript.
    
    To test apply the patch and check out to a patron.
    
    - From the Print menu in the toolbar, choose "Print summary." The patron
      summary page should open and the print dialog should be automatically
      triggered.
    
    - From the Print menu in the toolbar, choose "Print slip." The patron
      slip page should open and the print dialog should be automatically
      triggered.
    
    - From the Print menu in the toolbar, choose "Print quick slip." The
      patron quick slip page should open and the print dialog should be
      automatically triggered.
    
    - Click the patron's "Fines" tab in the left-hand sidebar and then
      choose the "Account" tab.
      -- Click the "Print" button for an account payment (the link should
         point to printfeercpt.pl). A print receipt page should open and
         the print dialog should be automatically triggered.
      -- Follow the same procedure for a transaction which is not an account
         payment (the link should point to printinvoice.pl).
    
    - Click the "Create manual invoice" tab.
      -- Select one of the "type" choices. Doing so should automatically
         populate the "Description" field with the corresponding code.
      -- If necessary, define one or more values for the MANUAL_INV
         authorized value and confirm that those invoice types work as well.
    
    - From the patron's "Pay fines" tab, click the "Pay amount" button. In
      the "collect from patron" field, enter any combination of letters,
      numbers, and symbols. When you tab away from that field your text
      should be reformatted to currency format.
    
    - From the patrons home page, change the filter in the left-hand sidebar
      and submit it. The correct results should be returned.
    
    Signed-off-by: EricGosselin <eric.gosselin.5 at gmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/slip-print.inc  |    6 +++---
 .../prog/en/modules/circ/printslip.tt              |    2 +-
 .../prog/en/modules/members/maninvoice.tt          |   21 +++++++++-----------
 .../prog/en/modules/members/member.tt              |    3 ++-
 .../prog/en/modules/members/moremember-print.tt    |    5 +----
 .../prog/en/modules/members/moremember-receipt.tt  |    2 +-
 .../prog/en/modules/members/paycollect.tt          |   16 +++++++--------
 .../prog/en/modules/members/printfeercpt.tt        |    4 +---
 .../prog/en/modules/members/printinvoice.tt        |    7 +++----
 9 files changed, 29 insertions(+), 37 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list