[Koha-bugs] [Bug 6894] Default currency on Acquisitions suggestion form

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 24 15:59:37 CET 2011


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.poulain at biblibre.com

--- Comment #4 from Paul Poulain <paul.poulain at biblibre.com> 2011-11-24 14:59:37 UTC ---
mmm... can't reproduce the step 2 (2) Editing a suggestion created in OPAC will
default to active currency.)

Here is my database content:
portable kohacommunity>select * from suggestions WHERE suggestionid=2\G
*************************** 1. row ***************************
   suggestionid: 2
    suggestedby: 1
  suggesteddate: 2011-10-26
      managedby: 1
    manageddate: 2011-11-24
     acceptedby: 1
   accepteddate: 2011-10-26
     rejectedby: NULL
   rejecteddate: NULL
         STATUS: ASKED
           note: 
         author: 
          title: suggestion 6880
  copyrightdate: 0
  publishercode: 
           date: 2011-11-24 15:57:27
     volumedesc: NULL
publicationyear: 0
          place: 
           isbn: 
 mailoverseeing: 0
   biblionumber: NULL
         reason: blablabla
       budgetid: NULL
     branchcode: ANNEXE
collectiontitle: 
       itemtype: 
       quantity: NULL
       currency: NULL  <<<<<<<<<<<<<<<<<<<<<<<<<<<
          price: NULL
          total: NULL
1 row in set (0.00 sec)

portable kohacommunity>SELECT * FROM currency;
+----------+--------+---------------------+---------+--------+
| currency | symbol | timestamp           | rate    | active |
+----------+--------+---------------------+---------+--------+
| AA       | AA     | 2011-11-16 17:45:33 | 2.00000 |      0 |
| EURO     | �      | 2011-08-03 13:36:12 | 1.00000 |      1 |
| YEN      | Y      | 2011-10-20 11:09:14 | 0.06500 |      0 |
+----------+--------+---------------------+---------+--------+


If I try to modify suggestion 2, the currency is defaulted to AA (should be
EURO)

Otherwise, works fine. Katrin or someone else, an idea ?

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list