Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences
Magnus Enger 1be9f1a0e7 Bug 11401: QA followup
1) Be more careful when checking the NorwegianPatronDBEnable syspref.

Before:
if ( C4::Context->preference('NorwegianPatronDBEnable') == 1 ) {

After:
if ( C4::Context->preference('NorwegianPatronDBEnable') && C4::Context->preference('NorwegianPatronDBEnable') == 1 ) {

This should avoid complaints if the syspref is not initialized.

2) Fix some empty =head2 POD sections

3) Fix some indentation in patrons.pref, to make xt/yaml_valid.t happy

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
I couldn't find any regressions with adding, editing and deleting members.

Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
2014-11-14 09:42:45 -03:00
..
acquisitions.pref Bug 12557: DB changes - Add the AcqItemSetSubfieldsWhenReceiptIsCancelled pref 2014-09-09 10:09:58 -03:00
admin.pref Bug 9530: Adding sysprefs and making changes to the branch table 2014-10-27 10:38:12 -03:00
authorities.pref Bug 11611: Rephrase description and examples of 5 MARC related sysprefs 2014-02-20 19:08:11 +00:00
cataloguing.pref Bug 7673 [Terminology follow-up] New patron permissions to manage items 2014-11-11 12:27:28 -03:00
circulation.pref Bug 11634 - Allow renewal of item with unfilled holds if other available items can fill those holds 2014-11-12 11:27:31 -03:00
enhanced_content.pref Bug 10320 - Integrate OverDrive search into OPAC 2013-09-08 07:00:40 +00:00
i18n_l10n.pref Bug 13104 - Changing date or time format on a production server will create duplicate fines! 2014-10-22 14:30:52 -03:00
local_use.pref
logs.pref
opac.pref Bug 9043: Changes to the advanced search page 2014-11-10 12:25:20 -03:00
patrons.pref Bug 11401: QA followup 2014-11-14 09:42:45 -03:00
searching.pref Bug 13088: Add a syspref so the user can chose the amount of facets to show 2014-10-27 12:21:20 -03:00
serials.pref
staff_client.pref Bug 12494 - Remove yuipath system preference 2014-10-29 22:06:57 -03:00
tools.pref Bug 12190: fold the "Creators" system preference tab into "Tools" 2014-05-23 13:09:51 +00:00
web_services.pref Bug 10818: improve display and translatability of sysprefs OAI-PMH:ConfFile's description 2014-04-04 15:37:26 +00:00