[Bug 3624] Basket group delivery place
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3624 --- Comment #17 from Paul Poulain <paul.poulain@biblibre.com> 2011-07-21 10:49:52 UTC --- an idea : The deliveryplace & deliverycomment are added in 3.01.00.0094 and the 03.00.0023 does a test/check : my $sth = $dbh->prepare("SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'aqbasketgroups' AND COLUMN_NAME = 'billingplace'"); $sth->execute; $dbh->do("ALTER TABLE aqbasketgroups ADD billingplace VARCHAR(10)") if ! $sth->fetchrow_hashref; maybe there is something wrong with this check and the ALTER TABLE is not done. Do you have a backup with what you had before the update ? -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org