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

Magnus Enger <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Magnus Enger <[email protected]> ---
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to