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 1036-1043 $(document).ready(function () { Link Here
1036
                        }
1036
                        }
1037
                        refresh_table = false;
1037
                        refresh_table = false;
1038
                    }
1038
                    }
1039
1039
                    $(id).parent().empty().append(content);
1040
                    $(id).replaceWith(content);
1041
                },
1040
                },
1042
                error => {
1041
                error => {
1043
                    console.warn("Something wrong happened: %s".format(error));
1042
                    console.warn("Something wrong happened: %s".format(error));
1044
- 

Return to bug 41149