[Koha-bugs] [Bug 16227] New: The currencies of vendor and order do not display correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 8 12:42:09 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16227

            Bug ID: 16227
           Summary: The currencies of vendor and order do not display
                    correctly
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: major
          Priority: P5 - low
         Component: Acquisitions
          Assignee: jonathan.druart at bugs.koha-community.org
          Reporter: jonathan.druart at bugs.koha-community.org
        QA Contact: testopia at bugs.koha-community.org
        Depends on: 15084

>From commit 1538e9ecf47642c4974693ff499c3e95e4d71977
     Bug 15084: Replace C4::Budgets::GetCurrencies with
Koha::Acquisition::Currencies->search
"""
    Most part of the code here is unnecessary complex. We should selected
    the currency if it is selected, that's all :)
"""

Well, it's not hard to change, but the commit was wrong.
The expected behaviors are:
Create a vendor, the selected currencies should be the default one
Edit the vendor, the selected currencies should be the ones defined for this
vendor
Create an order, the selected currency should be the 'List prices' of the
vendor
Edit an order, the selected currency should be the one defined for this order


Referenced Bugs:

https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15084
[Bug 15084] Move the currency related code to Koha::Acquisition::Currenc[y|ies]
-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list