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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-3 / +2 lines)
Lines 1148-1155 $(document).ready(function() { Link Here
1148
        $('#claims-returned-resolved-modal-btn-submit-icon').hide();
1148
        $('#claims-returned-resolved-modal-btn-submit-icon').hide();
1149
1149
1150
        params = {
1150
        params = {
1151
          resolution: resolution,
1151
          resolution:  resolution,
1152
          updated_by: logged_in_user_borrowernumber
1152
          resolved_by: logged_in_user_borrowernumber
1153
        };
1153
        };
1154
1154
1155
        $.ajax({
1155
        $.ajax({
1156
- 

Return to bug 28586