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

(-)a/installer/data/mysql/atomicupdate/bug_20815.perl (-1 / +1 lines)
Lines 6-10 if( CheckVersion( $DBversion ) ) { Link Here
6
    });
6
    });
7
7
8
    SetVersion( $DBversion );
8
    SetVersion( $DBversion );
9
    print "Upgrade to $DBversion done (Bug XXXXX - description)\n";
9
    print "Upgrade to $DBversion done (Bug 20815: Add NoRefundOnLostReturnedItemsAge system preference)\n";
10
}
10
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-2 / +1 lines)
Lines 937-943 Circulation: Link Here
937
                  no: "Don't Forgive"
937
                  no: "Don't Forgive"
938
            - the fines on an item when it is lost.
938
            - the fines on an item when it is lost.
939
        -
939
        -
940
            - "Don't refund lost fees if a lost item is returned more than"
940
            - "Don't refund lost fees if a lost item is checked in more than"
941
            - pref: NoRefundOnLostReturnedItemsAge
941
            - pref: NoRefundOnLostReturnedItemsAge
942
              class: integer
942
              class: integer
943
            - days after it was marked lost.
943
            - days after it was marked lost.
944
- 

Return to bug 20815