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

Magnus Enger <mag...@enger.priv.no> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
       Patch Status|Needs Signoff               |Failed QA

--- Comment #11 from Magnus Enger <mag...@enger.priv.no> 2011-06-15 13:31:47 
UTC ---
Marking this as failed QA for two reasons: 

1. Hiding all fields in a group does not hide the whole group - see attached
screenshot. 

2. There is a problem with escaping in updatedatabase.pl - it looks like this: 

$dbh->do("INSERT INTO `systempreferences`
(variable,value,explanation,options,type)
VALUES('BorrowerUnwantedField','','Name the fields you don\'t need to store for
a patron\'s account',NULL,'free')");

should be this: 

$dbh->do("INSERT INTO `systempreferences`
(variable,value,explanation,options,type)
VALUES('BorrowerUnwantedField','','Name the fields you don''t need to store for
a patron''s account',NULL,'free')");

('' instead of \')

Can't wait to have this feature in place, though!

-- 
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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to