[Koha-bugs] [Bug 7294] status "in order"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 20 10:14:14 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7294

--- Comment #55 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
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.


More information about the Koha-bugs mailing list