[koha-commits] main Koha release repository branch master updated. v3.16.00-246-g3dcb153

Git repo owner gitmaster at git.koha-community.org
Mon Jul 14 16:03:33 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  3dcb153a28fcdc268d1b8fc2efae5c2bd91c1fb1 (commit)
       via  e94528ef7274a4a8f47a0218af43cc8bf8e5e19b (commit)
       via  6803dc6bf59cfb4cb6e733d221739da65cf59cc0 (commit)
       via  10689f2a9b9c4108c5b3998618afbdc3a8380a0d (commit)
      from  eed7f263d0a3a2380d9ca35ce3ab26dbadd1da22 (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 3dcb153a28fcdc268d1b8fc2efae5c2bd91c1fb1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 19 13:37:40 2014 +0100

    Bug 11744: Add regression tests
    
    Before the patch:
     prove t/db_dependent/Acquisition/CancelReceipt.t
    returns 1 failure.
    After the patch, the 2 tests pass.
    
    Signed-off-by: marjorie barry-vila <marjorie.barry-vila at ccsr.qc.ca>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Yay! Regression tests!

commit e94528ef7274a4a8f47a0218af43cc8bf8e5e19b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 19 12:54:15 2014 +0100

    Bug 11744: A receipt should not be cancelled if holds exist
    
    Test plan:
    1/ Set acqCreateItem pref to on receiving
    2/ Receive 1 of 2 items ordered
    3/ Place a hold on the record
    4/ Verify you are not able to cancel the receipt.
    
    This is not the best way to do that but it is the easy one.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6803dc6bf59cfb4cb6e733d221739da65cf59cc0
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 19 13:39:39 2014 +0100

    Bug 11744: Cancel a receipt does not delete items created on receiving
    
    If items is created on receiving, cancel a receipt should delete them.
    The code only manage the case if the order is a child of another order
    (partial).
    
    To reproduce:
    1/ Set AcqCreateItem to receiving
    2/ Order one or more item(s)
    3/ Receive the order and verify the item is created
    4/ Cancel the receipt
    5/ The item is not deleted
    
    Test plan:
    1/ Apply this patch and do again previous steps. The item should not be
    deleted at step 5.
    2/ Set AcqCreateItem to ordering and verify the item is not deleted.
    
    Signed-off-by: marjorie barry-vila <marjorie.barry-vila at ccsr.qc.ca>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 10689f2a9b9c4108c5b3998618afbdc3a8380a0d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jul 9 09:49:19 2014 +0200

    Bug 11226: subscription frequencies and numbering patterns should be editable with serials permissions
    
     Bug 7688 does now allow patrons with serials permissions to edit
     subscription frequencies/numbering patterns.
    
     Test plan:
     Try to access to serials/subscription-frequencies.pl and
     serials/subscription-numberpatterns.pl with the "serials" permissions.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    With patch and only serial permissions can now access
    frequences and patterns.
    No koha-qa errors
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   46 +++++----
 .../intranet-tmpl/prog/en/modules/acqui/parcel.tt  |   17 +++-
 serials/subscription-frequencies.pl                |    2 +-
 serials/subscription-numberpatterns.pl             |    2 +-
 t/db_dependent/Acquisition/CancelReceipt.t         |   98 ++++++++++++++++++++
 5 files changed, 140 insertions(+), 25 deletions(-)
 create mode 100644 t/db_dependent/Acquisition/CancelReceipt.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list