[koha-commits] main Koha release repository branch master updated. v3.14.00-882-g2ca087c

Git repo owner gitmaster at git.koha-community.org
Mon Apr 21 07:02:39 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  2ca087cf5c5accc4d2a128135e496acd4d3f96f0 (commit)
       via  afa6a33449615335fb6e9144d78d49beb7e6b640 (commit)
       via  c2461cf1719a46d8a293167955940daf11ad6f8e (commit)
       via  56c73320677f51f3663a3b2495acb95f87103f14 (commit)
      from  51c0e46033fffcbb07fb5456640e35fb41623707 (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 2ca087cf5c5accc4d2a128135e496acd4d3f96f0
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 21 05:16:29 2014 +0000

    Bug 7288: (follow-up) add unit test for is_linked_to_subscriptions flag
    
    This adds a direct unit test of the is_linked_to_subscriptions flag
    and corrects a typo in the previously-submitted test.
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Acquisition/OrderFromSubscription.t
        passes.
    [2] Verify that prove -v t/db_dependent/Acquisition/Invoices.t
        passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit afa6a33449615335fb6e9144d78d49beb7e6b640
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon Apr 21 05:06:14 2014 +0000

    Bug 7288: (follow-up) various fixes
    
    - Fix syntax error in supplied test
    - remove subscriptionid as a field returned by GetInvoices(), as
      the is_linked_to_subscriptions Boolean takes its place.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit c2461cf1719a46d8a293167955940daf11ad6f8e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Mar 11 11:17:18 2014 +0100

    Bug 7288: (follow-up) set a boolean if the invoice if linked to subscriptions
    
    If an invoice is linked to subscription, we need to set a boolean to
    true in order to filter them in the interface.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 56c73320677f51f3663a3b2495acb95f87103f14
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Nov 5 10:35:08 2012 +0100

    Bug 7288: add filter on subscriptions in the invoices table
    
    This patch adds a checkbox "Show only subscriptions" in the invoices
    table.
    
    If this checkbox is checked, only invoices that contain at least one
    order linked to a subscription are displayed.
    
    To test:
    - Test in a database with multiple existing invoices
    - Create an order from a subscription, close basket, receive
    - Test that the result table of the invoice search shows
      the new checkbox and that it works correctly
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |    7 +++++++
 .../prog/en/modules/acqui/invoices.tt              |   22 +++++++++++++++++---
 t/db_dependent/Acquisition/Invoices.t              |    9 +++++++-
 t/db_dependent/Acquisition/OrderFromSubscription.t |   12 +++++++++--
 4 files changed, 44 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list