[koha-commits] main Koha release repository branch master updated. v3.16.00-1088-g3b584f8

Git repo owner gitmaster at git.koha-community.org
Mon Nov 17 01:34:57 CET 2014


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  3b584f8f71ed2206856b0b1bf42d2972f78fcc4a (commit)
       via  13fda8378337388e0bf353eacfb26ac3d3511dc8 (commit)
      from  48db11d68b7f83588903d7c9621a144ca3be8d3a (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 3b584f8f71ed2206856b0b1bf42d2972f78fcc4a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Sep 25 09:38:25 2014 +0200

    Bug 12992: Fund planning should display actual values
    
    The 'show_actual' variable is not correctly manage in the template.
    This has certainly been introduced by the migration to TT.
    
    Test plan:
    1/ Go on a bugdet planning view (admin/aqplan.pl)
    2/ Check the "Show actual/estimated values" checkbox on the left
    (Filters box)
    3/ Go
    4/ Verify the actual values are now displayed (i.e. the columns contain
    2 values).
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 13fda8378337388e0bf353eacfb26ac3d3511dc8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 13 11:04:17 2014 -0500

    Bug 13195 - Regression: Circulation checkouts table no longer shows item type description
    
    Another regression caused by Bug 11703: The list of checkouts on the
    circulation and patron detail page shows item type codes instead of the
    full description.
    
    Test Plan:
    1) View a patron's checkouts, note the Item type column displays the
       code rather than the description.
    2) Apply this patch
    3) Refresh the page, note the description is now displayed
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    
    Works as described.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    Works as described, no problems found.
    Passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/js/checkouts.js    |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  |    4 ++--
 svc/checkouts                                      |   20 ++++++++++++++------
 3 files changed, 17 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list