http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9593 --- Comment #19 from Kyle M Hall <kyle.m.hall@gmail.com> --- Comment on attachment 17923 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17923 Bug 9593 Prices not imported correctly from a staged file Review of attachment 17923: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=9593&attachment=17923) ----------------------------------------------------------------- ::: installer/data/mysql/updatedatabase.pl @@ +6785,5 @@
}
+$DBversion = "3.11.00.XXX"; +if ( CheckVersion($DBversion) ) { + $dbh->do("ALTER TABLE currncy ADD isocode VARCHAR(5) default NULL AFTER symbol;");
Typo! -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.