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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt (-3 / +2 lines)
Lines 437-443 Link Here
437
                        }
437
                        }
438
                    },
438
                    },
439
                    {
439
                    {
440
                        [% SET summary_fields = "biblio.author:biblio.title:biblio.isbn:biblio.publisher:me.internal_note:me.vendor_note" %]
440
                        [% SET summary_fields = "biblio.title:biblio.author:biblio.isbn:biblio.publisher:me.internal_note:me.vendor_note" %]
441
                        [% IF Koha.Preference('marcflavour')=='UNIMARC' %][% SET summary_fields = summary_fields _ ":biblio.ean" %][% END %]
441
                        [% IF Koha.Preference('marcflavour')=='UNIMARC' %][% SET summary_fields = summary_fields _ ":biblio.ean" %][% END %]
442
                        "data": "[% summary_fields | html %]",
442
                        "data": "[% summary_fields | html %]",
443
                        "render": function(data, type, row, meta) {
443
                        "render": function(data, type, row, meta) {
Lines 514-520 Link Here
514
514
515
                            return result;
515
                            return result;
516
                        },
516
                        },
517
                        "orderable": false,
517
                        "orderable": true,
518
                    },
518
                    },
519
                    {
519
                    {
520
                        "data": "",
520
                        "data": "",
521
- 

Return to bug 29570