[koha-commits] main Koha release repository branch new/bug_7593 created. v3.12.00-beta1-510-g24f5525

Git repo owner gitmaster at git.koha-community.org
Sun May 12 16:23:56 CEST 2013


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, new/bug_7593 has been created
        at  24f5525207c11401626f363faff90fa9436c1003 (commit)

- Log -----------------------------------------------------------------
commit 24f5525207c11401626f363faff90fa9436c1003
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Tue Apr 30 08:16:18 2013 +0200

    Bug 7593 : QA followup : restores deleted line in C4::Acquisition
    
    This patch restores the line exporting GetOrderNumber that I accidentally suppressed.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Restores a line that was deleted by the first patch.
    Was not sure if patches should be squashed.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit b1a52b29181137791784fe20313efe8bce98b1fa
Author: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
Date:   Wed Mar 13 16:12:03 2013 +0100

    Bug 7593: Move orders on the destination record when merging 2 records
    
    Revised patch according to QA comments. No more dependent from bz 9780.
    
    At present, merging records breaks the link order/record, except
    if an item of the deleted record is used in the order.
    This is a serious issue for libraries creating items on receipt.
    This patch moves existing orders from deleted record to destination record.
    It creates a new function Acquisitions::GetOrdersByBiblionumber,
    that could be used by other patches later.
    
    To test :
    Check the problem :
    1. Set syspref AcqCreateItem = Create an item when receiving an order
    1. Create a basket with one order
    2. Put the record used by this order in a list
    3. Put an other record in the list
    4. Merge the 2 records, keeping as a reference the record NOT used in the order
    5. In the order, you will see for that order "Deleted bibliographic information..."
    6. Apply the patch
    7. Repeat steps 1-4
    8. In the order, you will see the title/author of the kept record.
    9. Set syspref AcqCreateItem = Create an item when placing an order
    10. Repeat steps 1-4 (an item will be created)
    11. In the oreder, you will see the title/author of the kept record
        (it is already the case at present. the patch should not alter this behavior)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Test plan, test suite and QA script pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 34d5b7de89dc394c0c71652678f5d7b7fa793e35
Merge: 6587b92 db0fa0e
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Sun May 12 10:14:48 2013 -0400

    Merge branch 'bug_9680' into 3.14-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list