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

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

Return to bug 18589