[koha-commits] main Koha release repository branch master updated. v3.14.00-1042-g13fe2e0

Git repo owner gitmaster at git.koha-community.org
Sun May 4 20:50:11 CEST 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  13fe2e013d88945aaa372f0c394a2464ca986786 (commit)
       via  0519c428ef2cede505e3eed1ae8220c57ef199cb (commit)
      from  e7c2a2031f470ab5e22d431bab7076dd0fd51654 (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 13fe2e013d88945aaa372f0c394a2464ca986786
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Sun May 4 19:13:44 2014 +0000

    Bug 11665: (follow-up) simplify code
    
    This patch replaces some of the logic with more direct
    Boolean expressions.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 0519c428ef2cede505e3eed1ae8220c57ef199cb
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Sun Feb 2 18:04:00 2014 +0100

    Bug 11665: An ability to place orders directly from hold ratios list
    
    This enhancement introduces a possibility to place orders
    from hold ratios list:
    
    - new option "Add order to basket" -> "From titles w/ highest hold ratios";
    (user gets redirected from acqusition to "hold ratios" list in circulation)
    
    - "N to order" in "Items needed" column now becomes a link - when clicked,
    user gets redirected back to acquisition, directly to order form for
    a choosen title (suggested quantity "N to order" is being preserved)
    
    - in the "Items needed" column, there is an additional indication if
    there are any pending (not yet received) orders for a given title
    
    This solution is not exactly ideal.. most important drawback: to use
    it librarian needs both acquisition & circulation priviledges; if not
    having both - new options will not show / wouldn't be active. But it
    requires relatively small amount of changes in the code.
    
    To test:
    - apply patch,
    - test new functions (try to place some orders using an newly added
    option, examine resulting order records etc.)
    - check modified hold ratios list for possible problems (for user
    with only circulation priviledges, additional information regarding
    pending orders should be still visible, but not the link
    to order form)
    - ensure the two following existing options for adding orders to basket
    ("From an existing record", "From a new (empty) record") a still working
    properly.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Minor edit in signoff: Changed "w/" to "with"
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    This works nicely in my tests, neat new addition.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/neworderempty.pl                             |    9 +++++--
 circ/reserveratios.pl                              |   28 ++++++++++++++++++++
 .../en/includes/acquisitions-add-to-basket.inc     |    1 +
 .../prog/en/modules/circ/reserveratios.tt          |    7 ++++-
 4 files changed, 42 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list