@@ -, +, @@ --- .../data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql | 2 +- installer/data/mysql/sysprefs.sql | 2 +- .../intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/installer/data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql +++ a/installer/data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql @@ -8,7 +8,7 @@ INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) VALUES( 'RefundLostOnReturnControl', 'CheckinLibrary', 'If a lost item is returned, choose which branch to pick rules for refunding.', - 'CheckinLibrary|PatronLibrary|ItemHomeBranch|ItemHoldingbranch', + 'CheckinLibrary|PatronLibrary|ItemHomeBranch|ItemHoldingBranch', 'Choice'); INSERT INTO refund_lost_item_fee_rules (branchcode,refund) --- a/installer/data/mysql/sysprefs.sql +++ a/installer/data/mysql/sysprefs.sql @@ -398,7 +398,7 @@ INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` ('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'), ('RandomizeHoldsQueueWeight','0',NULL,'if ON, the holds queue in circulation will be randomized, either based on all location codes, or by the location codes specified in StaticHoldsQueueWeight','YesNo'), ('RecordLocalUseOnReturn','0',NULL,'If ON, statistically record returns of unissued items as local use, instead of return','YesNo'), -('RefundLostOnReturnControl','CheckinLibrary','CheckinLibrary|ItemHomeBranch|ItemHoldingbranch','If a lost item is returned, choose which branch to pick rules for refunding.','Choice'), +('RefundLostOnReturnControl','CheckinLibrary','CheckinLibrary|ItemHomeBranch|ItemHoldingBranch','If a lost item is returned, choose which branch to pick rules for refunding.','Choice'), ('RenewalPeriodBase','date_due','date_due|now','Set whether the renewal date should be counted from the date_due or from the moment the Patron asks for renewal ','Choice'), ('RenewalSendNotice','0','',NULL,'YesNo'), ('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'), --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -659,7 +659,7 @@ Circulation: choices: CheckinLibrary: "check-in library." ItemHomeBranch: "item home branch." - ItemHoldingbranch: "item holding branch." + ItemHoldingBranch: "item holding branch." - - pref: FinesIncludeGracePeriod choices: --