View | Details | Raw Unified | Return to bug 14048
Collapse All | Expand All

(-)a/installer/data/mysql/atomicupdate/bug_14048_refundlostitemfeeonreturn.sql (-1 / +1 lines)
Lines 8-14 INSERT IGNORE INTO systempreferences (variable,value,explanation,options,type) Link Here
8
VALUES( 'RefundLostOnReturnControl',
8
VALUES( 'RefundLostOnReturnControl',
9
        'CheckinLibrary',
9
        'CheckinLibrary',
10
        'If a lost item is returned, choose which branch to pick rules for refunding.',
10
        'If a lost item is returned, choose which branch to pick rules for refunding.',
11
        'CheckinLibrary|PatronLibrary|ItemHomeBranch|ItemHoldingbranch',
11
        'CheckinLibrary|PatronLibrary|ItemHomeBranch|ItemHoldingBranch',
12
        'Choice');
12
        'Choice');
13
13
14
INSERT INTO refund_lost_item_fee_rules (branchcode,refund)
14
INSERT INTO refund_lost_item_fee_rules (branchcode,refund)
(-)a/installer/data/mysql/sysprefs.sql (-1 / +1 lines)
Lines 398-404 INSERT INTO systempreferences ( `variable`, `value`, `options`, `explanation`, ` Link Here
398
('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'),
398
('QuoteOfTheDay','0',NULL,'Enable or disable display of Quote of the Day on the OPAC home page','YesNo'),
399
('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'),
399
('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'),
400
('RecordLocalUseOnReturn','0',NULL,'If ON, statistically record returns of unissued items as local use, instead of return','YesNo'),
400
('RecordLocalUseOnReturn','0',NULL,'If ON, statistically record returns of unissued items as local use, instead of return','YesNo'),
401
('RefundLostOnReturnControl','CheckinLibrary','CheckinLibrary|ItemHomeBranch|ItemHoldingbranch','If a lost item is returned, choose which branch to pick rules for refunding.','Choice'),
401
('RefundLostOnReturnControl','CheckinLibrary','CheckinLibrary|ItemHomeBranch|ItemHoldingBranch','If a lost item is returned, choose which branch to pick rules for refunding.','Choice'),
402
('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'),
402
('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'),
403
('RenewalSendNotice','0','',NULL,'YesNo'),
403
('RenewalSendNotice','0','',NULL,'YesNo'),
404
('RenewSerialAddsSuggestion','0',NULL,'If ON, adds a new suggestion at serial subscription renewal','YesNo'),
404
('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 (-2 / +1 lines)
Lines 659-665 Circulation: Link Here
659
              choices:
659
              choices:
660
                  CheckinLibrary: "check-in library."
660
                  CheckinLibrary: "check-in library."
661
                  ItemHomeBranch: "item home branch."
661
                  ItemHomeBranch: "item home branch."
662
                  ItemHoldingbranch: "item holding branch."
662
                  ItemHoldingBranch: "item holding branch."
663
        -
663
        -
664
            - pref: FinesIncludeGracePeriod
664
            - pref: FinesIncludeGracePeriod
665
              choices:
665
              choices:
666
- 

Return to bug 14048