[Koha-bugs] [Bug 11471] Basket groups display 0 0

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 17 20:50:13 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11471

--- Comment #3 from Marc Véron <veron at veron.ch> ---
Created attachment 25352
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=25352&action=edit
[Signed-off] Bug 11471 - Basket groups display 0 0

While testing Bug 9654, I clicked "Edit" on the basket group,
and got "0 0" displayed on the "Baskets in this group" text area. It had
displayed correctly ("0 USD") when I had clicked "Save".

TEST PLAN
=========
 1) Log into staff client
 2) Acquisitions
 3) Click 'Search' in the 'Manage orders' box.
 4) Click '+ New basket' beside 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 this basket'
16) Click 'Yes, close (Y)' without checking the attach to a
     basket group.
17) Click the 'Basket groups' tab.
18) Click '+ New basket group'
19) Notice the listing in 'Ungrouped baskets' lacks a space
     between the number and the currency. (e.g. Total: 0USD)
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: 00)
24) Apply the patch (git bz apply 11471)
25) Refresh the page.
26) Notice it displays less incorrectly. (e.g. Total: 0USD)
    NOTE: The space issue is fixed in 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)

Followed test plan 1-26. Patch behaves as expected.
Signed-off-by: Marc Véron <veron at veron.ch>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list