http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294
--- Comment #55 from Katrin Fischer <[email protected]> --- Hi Matthias, let's get started with QA on that feature :) 1) The QA script does not pass, becasue of Perlcritic and a POD error, please fix. 2) I think you accidentally deleted a line from an earlier update in updatedatabase: +++ b/installer/data/mysql/updatedatabase.pl @@ -5806,7 +5806,6 @@ if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do("INSERT INTO systempreferences (variable,value,explanation,options,type) VALUES('AllowReturnToBranch', '$prefvalue', 'Where an item may be returned', 'anywhere|homebranch|holdingbranch|homeorholdingbranch', 'Choice');"); print "Upgrade to $DBversion done: adding AllowReturnToBranch syspref (bug 6151)"; - SetVersion($DBversion); } 3) Can you explain how the addition of branch to the aquisition detail works? Right now one library can easily order items for multiple branches, will this still be possible? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
