[koha-commits] main Koha release repository branch master updated. v16.05.00-941-gf57df28

Git repo owner gitmaster at git.koha-community.org
Tue Sep 27 13:33:37 CEST 2016


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  f57df28f96898f47a3c4c6e6a5520bcaaf7afe2e (commit)
      from  98bca8f34b5fb739167d49868b317cbf16922bb1 (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 f57df28f96898f47a3c4c6e6a5520bcaaf7afe2e
Author: Andreas Roussos <arouss1980 at gmail.com>
Date:   Tue Sep 13 17:41:16 2016 +0300

    Bug 9896 - Show vendor in subscription search when creating an order for a subscription
    
    In the staff client, when creating an order from a subscription
    the vendor name should be shown in a separate column.
    
    This patch adds that feature. The 'Vendor' column is added before
    the 'Library' column since they appear in that order in Advanced
    search.
    
    Test plan:
    0) [PREREQUISITES] In the Staff client, under Acquisitions, create
       a Vendor and associated Basket if you don't already have them.
       Then, under Serials, add a new Subscription using the Vendor
       you've just created.
    1) Go to Acquisitions, and under 'Manage orders' search for a vendor,
       then click on 'Add to basket' and select 'From a subscription'.
    2) Click 'Search' on the left hand side to search for all subscriptions.
       Notice how there is no 'Vendor' column in the results table.
    3) Apply the patch.
    4) Repeat step 2. Confirm that the patch works, i.e. there is now
       a 'Vendor' column which displays the vendor name.
    
    Followed test plan, works as expected.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Serials.pm                                                      |    1 +
 .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt    |    4 ++++
 2 files changed, 5 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list