http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=1368 --- Comment #9 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- I would be quite uncomfortable about touching those old updatedatabase statementements. They all belong to the 'new acquisition module' that we introduced prior to 3.2 release and are rather complicated: $DBversion = '3.01.00.073' "Upgrade to $DBversion done (adding aqcontract table)\n"; $DBversion = '3.01.00.076'; "Upgrade to $DBversion done (adding basketgroups)\n"; $DBversion = '3.01.00.076'; "Upgrade to $DBversion done (Adding new aqbudgetperiods, aqbudgets and aqbudget_planning tables )\n"; I think it's not worth risking to break those. And they would be really hard to test, as we probably can't find a database with acq data that old easily. -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. You are the assignee for the bug.