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.