[Koha-bugs] [Bug 14048] New: Change RefundLostItemFeeOnReturn to be branch specific

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 22 17:49:50 CEST 2015


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

            Bug ID: 14048
           Summary: Change RefundLostItemFeeOnReturn to be branch specific
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Some library systems would like to be able to control the behavior of
RefundLostItemFeeOnReturn

Expected outcome: To make the RefundLostItemFeeOnReturn system preference
branch specific

Plan of Attack:
1) Add new field 'refund_lost_item_fee_on_return' to the 'branches' table
2) Pre-populate this field with the system preference value for
RefundLostItemFeeOnReturn
3) Remove the system preference RefundLostItemFeeOnReturn
4) Replace uses of RefundLostItemFeeOnReturn with a lookup of the value of
branches.refund_lost_item_fee_on_return
5) Use HomeOrHolding to control whether the home branch or the holding branch
of the item is used to determine this.
6) Reveal the setting in the branches editor

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list