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

(-)a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js (-2 / +1 lines)
Lines 32-38 $(document).ready(function() { Link Here
32
                        resolvedName = row.status_alias.lib;
32
                        resolvedName = row.status_alias.lib;
33
                    } else {
33
                    } else {
34
                        resolvedName = getStatusName(
34
                        resolvedName = getStatusName(
35
                            oData[0].capabilities[row.status].name,
35
                            row.capabilities[row.status].name,
36
                            row
36
                            row
37
                        );
37
                        );
38
                    }
38
                    }
39
- 

Return to bug 24043