[koha-commits] main Koha release repository branch MM-OPAC/bug_11169 created. v3.16.00-88-gad36b1d

Git repo owner gitmaster at git.koha-community.org
Sun Jun 8 10:33:26 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, MM-OPAC/bug_11169 has been created
        at  ad36b1dce1b72d273ae7c9871e1480559a176ad6 (commit)

- Log -----------------------------------------------------------------
commit ad36b1dce1b72d273ae7c9871e1480559a176ad6
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed May 28 18:28:29 2014 +0000

    Bug 11169: (follow-up) only count orders that have been placed
    
    This patch ensures that only orders that have been placed (i.e.,
    orders whose basket is closed) are counted in the OPACAcquisitionsDetails
    display.
    
    To test:
    
    [1] Turn on OPACAcquisitionsDetails and set AcqCreateItem to 'ordering'.
    [2] Create an order for a record, but do not close the basket.
    [3] View the record in the OPAC.  It should not display any order count.
    [4] Close the bakset.
    [5] View the record in the OPAC again.  This time, it should display
        the count of items on order.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 11d3a9b0883502b8d06393cc6bc923d007bcab9d
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed May 28 17:45:11 2014 +0000

    Bug 11169: (follow-up) add more unit tests
    
    This patch adds direct unit tests of the new biblionumber filter
    for SearchOrders.  It also moves the ordernumber filter test
    to the rest of the SearchOrders tests.
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Acquisition.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 59addce57bd3d27691c015f30a9f0bac2b3eda33
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu May 8 11:23:38 2014 +0200

    Bug 11169: Display acquisition details in the OPAC
    
    This patch adds a new system preference 'OPACAcquisitionDetail'.
    If it is enabled, information about items on order will be displayed on
    the OPAC detail page.
    
    Test plan:
    - switch on the OPACAcquisitionDetails pref.
    - set the AcqCreateItems pref to 'receiving'.
    - create some orders on 1 or more items.
    - go to the opac detail page and verify the "Holdings" tab contains the
      line "X item are on order." (at the bottom of the table containing the
      item list).
    - receive the items.
    - verify the number of items has decreased.
    - set the AcqCreateItems pref to 'ordering'.
    - create some orders on 1 or more items.
    - go to the opac detail page and verify the item list contains the items
      with the "on order" status.
    - receive the items.
    - verify the received items no longer have the the "on order" status.
    
    To test completely this feature, you should verify there is no
    regression on the pref OpacMaxItemsToDisplay, OpacSeparateHoldings and
    OpacSeparateHoldingsBranch.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    
    Also removed some blank lines from the original patch and bumped up
    the DBRev.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list