[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.00-6-ga38e564

Git repo owner gitmaster at git.koha-community.org
Wed Dec 3 20:58:55 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, 3.18.x has been updated
       via  a38e5644d74f2ba10099d07ff993325c1f28ff75 (commit)
       via  8e15980809a0e7e8e14d59d1c0c9e2c6054c1a55 (commit)
       via  7bb7fa2ff1f59a23cc1f0d0ca2cd8c0ccc223ea5 (commit)
      from  4f7952c6042a6fc31e8ac3f4604205d4ac18ead6 (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 a38e5644d74f2ba10099d07ff993325c1f28ff75
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 23 13:02:51 2014 +0200

    Bug 12980: GetHistory does useless processing
    
    GetHistory iterated on the orders to calculate the quantity and price.
    These values are never used by the called.
    It can be removed.
    
    Test plan:
    Verify there is no regression on acqui/histsearch.pl and
    catalogue/detail.pl
    Actually you just have to check that the total quantity and price are
    not displayed on these views.
    
    QA: note that 'count' and 'toggle' are never used in the template.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 46e3f8169c026ed9037f38669c5742e912326339)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 8e15980809a0e7e8e14d59d1c0c9e2c6054c1a55
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Aug 26 10:50:22 2014 +0200

    Bug 12841: aqorders fields should not be mapped
    
    Bug 5336 introduced some code which should have been introduced by bug
    7294.
    Since the idea behind bug 7294 has been abandoned (map the aqorders
    fields), the code can be removed.
    
    Test plan:
    Verify that Koha does not allow you to map the aqorders fields with a
    MARC subfield.
    Verify there is no regression on adding/updating an order.
    
    Signed-off-by: Zeno Tajoli <z.tajoli at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit b449b08d91c536c3ec8a4b87e6c14d460f59878a)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 7bb7fa2ff1f59a23cc1f0d0ca2cd8c0ccc223ea5
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Aug 26 12:46:52 2014 +0200

    Bug 12839: aqbooksellers.gstreg is never used
    
    The aqbooksellers.gstreg is never used in the code.
    This patch does not remove the DB field but 3 useless occurrences in the
    neworderempty page.
    
    The both variable applygst and gstreg have never been took into account for prices calculation.
    
    Test plan:
    Verify there is no difference before and after the patch in the prices
    calculation.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit d311722445f5d887e1054be2d1c99128f3b8207d)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 C4/Acquisition.pm                                   |   19 +++----------------
 acqui/addorder.pl                                   |    7 -------
 acqui/histsearch.pl                                 |    7 ++-----
 acqui/neworderempty.pl                              |    1 -
 catalogue/detail.pl                                 |    2 +-
 koha-tmpl/intranet-tmpl/prog/en/js/acq.js           |    1 -
 .../prog/en/modules/acqui/neworderempty.tt          |    1 -
 t/db_dependent/Acquisition.t                        |    4 ++--
 8 files changed, 8 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list