http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6427 --- Comment #597 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Comment on attachment 34204 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=34204 Bug 6427 - Update database Review of attachment 34204: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=6427&attachment=34204) ----------------------------------------------------------------- ::: installer/data/mysql/updatedatabase.pl @@ +9709,5 @@
+ 'W' => Koha::Accounts::CreditTypes::WriteOff, + 'C' => Koha::Accounts::CreditTypes::Credit, + 'CR' => Koha::Accounts::CreditTypes::Credit, + }; +
Should there be any additional handling for existing authorised values for types here... ? @@ +9767,5 @@
+ } + ); + } + } +
Should there also be a 'DROP TABLE accountlines' somewhere in here...? -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.