[Bug 35472] New: Bug 33028 - Fix wrongly formatted values for monetary values in circulation rules
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35472 Bug ID: 35472 Summary: Bug 33028 - Fix wrongly formatted values for monetary values in circulation rules Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: bugs.koha-community.org Assignee: koha-bugs@lists.koha-community.org Reporter: naseel@emeacollege.ac.in QA Contact: testopia@bugs.koha-community.org koha-common 23.11.00-1 upgrading database schema for library Upgrade to 23.06.00.010 [01:00:16]: Bug 33028 - Fix wrongly formatted values for monetary values in circulation rules ERROR - {UNKNOWN}: Circulation rules contain invalid monetary values: Rule ID: 419 (All-TE-BK) Rule: overduefinescap Value: 1,000.00 Rule ID: 2150 (All-GL-BK) Rule: overduefinescap Value: 1,000.00 Rule ID: 2464 (EMEACL-GL-BK) Rule: overduefinescap Value: 1,000.00 Please fix these before you restart the update. at /usr/share/koha/intranet/cgi-bin/installer/data/mysql/db_revs/230600010.pl line 33. at /usr/share/koha/lib/C4/Installer.pm line 741 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35472 NASEEL <naseel@emeacollege.ac.in> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |23.05 Hardware|All |PC -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35472 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Naseel, this is not a bug, it's supposed to help you fix your configuration. When you go into your circulation rules, you need to fix the overdue amount through editing for the listed combinations. The , in the format is not valid. Remove it and things should be ok to continue. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35472 Magnus Enger <magnus@libriotech.no> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |magnus@libriotech.no --- Comment #2 from Magnus Enger <magnus@libriotech.no> --- I have fun into this several times when upgrading. I have solved it by logging into the database and running queries like these: UPDATE circulation_rules SET rule_value = '0.00' WHERE rule_value = '0,00'; You will have to replace the numbers with the actual numbers that are problematic in your databse. Then resume the upgrade with: sudo apt-get (dist-)upgrade -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35472 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|bugs.koha-community.org |Installation and upgrade | |(command-line installer) Status|NEW |RESOLVED CC| |martin.renvoize@ptfs-europe | |.com, tomascohen@gmail.com Resolution|--- |WONTFIX -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org