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

(-)a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js (-3 / +1 lines)
Lines 1014-1021 $(document).ready(function () { Link Here
1014
                        }
1014
                        }
1015
                        refresh_table = false;
1015
                        refresh_table = false;
1016
                    }
1016
                    }
1017
1017
                    $(id).parent().empty().append(content);
1018
                    $(id).replaceWith(content);
1019
                },
1018
                },
1020
                error => {
1019
                error => {
1021
                    console.warn("Something wrong happened: %s".format(error));
1020
                    console.warn("Something wrong happened: %s".format(error));
1022
- 

Return to bug 41149