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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-2 / +1 lines)
Lines 701-707 Link Here
701
                        "orderable": false // FIXME: How can we do it in DBIC?
701
                        "orderable": false // FIXME: How can we do it in DBIC?
702
                    },
702
                    },
703
                    {
703
                    {
704
                        "data": "fund_id",
704
                        "data": "fund.name",
705
                        "render": function(data, type, row, meta) {
705
                        "render": function(data, type, row, meta) {
706
                            if (type != 'display') return data.escapeHtml();
706
                            if (type != 'display') return data.escapeHtml();
707
                            return row.fund.name.escapeHtml();
707
                            return row.fund.name.escapeHtml();
708
- 

Return to bug 20212