[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.04-18-g91fd91b

Git repo owner gitmaster at git.koha-community.org
Tue Mar 25 09:20:16 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.14.x has been updated
       via  91fd91b0052f7ac4a5479ff26b3289a6dad96e8e (commit)
      from  0853bfd32c840aedf13a5aa3327905c8c6b2067e (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 91fd91b0052f7ac4a5479ff26b3289a6dad96e8e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Oct 8 17:17:45 2013 +0200

    Bug 11018: allow adding order from a reverted MARC batch
    
    Weird behavior:
    When an import is undone into catalog, the status is set to "reverted".
    But if you open the add orders from iso2709, the status is automatically
    set to "imported" and does not appear in the list.
    So it is not possible to import a reverted batch.
    
    [RM note: since a reverted batch is nonetheless a staged batch, and
    could be reused, allowing orders to be placed by taking bibs
    from a reverted batch is not as odd as it might sound.  It *can* look
    odd for a staged or reverted batch to contain records that are
    imported, but that's a long-standing oddity.]
    
    Test plan:
    - verify you reproduce the weird behavior
    - apply this patch
    - import a file and the batch into the catalog
    - verify (in the your mysql/MariaDB cli) the status is "imported"
    - verify it does not appears in the add orders from iso2809 page
    - undo the import
    - verify (in the your mysql/MariaDB cli) the status is "reverted"
    - verify it appears in the add orders from iso2809 page and the status
      is always "reverted"
    - finish the order
    
    Signed-off-by: Pierre Angot <tredok.pierre at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 4bd730d4c24440c157801b68e248002b10ec0dd3)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 acqui/addorderiso2709.pl |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list