http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3712 Zeno Tajoli <tajoli@cilea.it> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #1 from Zeno Tajoli <tajoli@cilea.it> 2009-10-15 13:25:25 --- More information about this bug -- AllowNotForLoanOverride is a easy fix, only to write the sql code in better way -- We need need more info 'ReadingHistory' It is not present in the manuals It is not present in data/mysql/en/mandatory/sysprefs.sql of 3.0.x and 3.2 It is used only in C4/Members.pm, lines 1071-1075 for 3.2; for 3.0.x in lines 1066-1070. It seems a specific feature for HLT With more info i can decide if delete it or insert it in data/mysql/en/mandatory/sysprefs.sql -- We need more info also about 'ReceiveBackIssues' It is not present in the manuals It is not present in data/mysql/en/mandatory/sysprefs.sql of 3.0.x and 3.2 I don't find code lines that use it It seem relatete with France Is it a variable for a future use ? -- maxItemsInSearchResults is a preference to delete It is not used in 3.0.x or in 3.2. There a specific patch to delete it (bug 2142). -- AmazonCoverImages is to insert in data/mysql/en/mandatory/sysprefs.sql of 3.0.x It is used in the code of 3.0.x and of 3.2 It is present into data/mysql/en/mandatory/sysprefs.sql of 3.2 It is present in the manual of 3.0.x -- OPACAmazonCoverImages is to insert in data/mysql/en/mandatory/sysprefs.sql of 3.0.x It is used in the code of 3.0.x and of 3.2 It is present into data/mysql/en/mandatory/sysprefs.sql of 3.2 It is present in the manual of 3.0.x -- AuthDisplayHierarchy is to insert in data/mysql/en/mandatory/sysprefs.sql of 3.0.x It is used in the code of 3.0.x and of 3.2 It is NOT present into data/mysql/en/mandatory/sysprefs.sql of 3.2 It is NOT present in the manual of 3.0.x or 3.2 -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.