[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-89-gf5e8df8

Git repo owner gitmaster at git.koha-community.org
Wed May 21 10:37:35 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, 3.14.x has been updated
       via  f5e8df8e4b60ab70ab524c6dab2ec4c7d55539f8 (commit)
      from  84a9b3192e82484dba6cbe041028b0c8818eb41b (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 f5e8df8e4b60ab70ab524c6dab2ec4c7d55539f8
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 18 15:07:38 2014 +0100

    Bug 11471: Display the currency for baskets in a basketgroup
    
    On editing a basketgroup, the currency for baskets in a basketgroup is
    always '0'.
    
    With this patch, the currency is correctly displayed.
    
    TEST PLAN
    =========
     1) Log into staff client
     2) Acquisitions
     3) Click 'Search' in the 'Manage orders' box
     4) Click '+ New basket' because a vendor name
     5) Type 'Test Basket' into basket name
     6) Click 'Save'
     7) Click 'Add to basket'
     8) Click 'From an external source'
     9) Type 'Green Eggs and Ham' into the Title text box
    10) Click 'Search'
    11) Click 'Order' on any one of the results
    12) Click 'Add Item' in the 'Item' box
    13) Select a Fund from the dropdown in the
         'Accounting details' box
    14) Click 'Save'
    15) Click 'Close the basket'
    16) Click 'Yes, close (Y)' without checking attach to a
         basket group
    17) Click the 'Basket groups' tab
    18) Click '+ New basket group'
    19) Notice the listing in the 'Ungrouped baskets'.
    20) Drag and drop the entry into the 'Baskets in this group'
         text area
    21) Click 'Save'
    22) Click 'Edit'
    23) Notice it displays incorrectly. (e.g. Total: 0 0)
    24) Apply the patch (git bz apply 11471)
    25) Refresh the page
    26) Notice it displays the currency correctly. (e.g. Total: 0 USD)
        NOTE: If there is a space issue, see Bug 9654.
              This can be applied separately from that bug.
    27) Run the Koha QA Tool: (~/qa-test-tools/koha-qa.pl -v 2 -c 1)
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 7a2dec05eddc979b5a957a651e393838c13560c4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    
    Conflicts:
    	acqui/basketgroup.pl

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list