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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-6 / +8 lines)
Lines 658-669 function verify_images() { Link Here
658
                    [% IF ( volinfo ) %]
658
                    [% IF ( volinfo ) %]
659
                        <td class="enumchron">
659
                        <td class="enumchron">
660
                            [% IF ( itemdata_enumchron ) %]
660
                            [% IF ( itemdata_enumchron ) %]
661
                                [% IF ( item.enumchron ) %]
661
                                [% IF ( item.enumchron  ) %]
662
                                    [% item.enumchron %]
662
                                    [% item.enumchron  %]
663
                                    [% IF ( item.serialseq ) %] -- [% END %]
663
                                [% ELSIF ( item.serialseq ) %]
664
                                    [% item.serialseq %]
665
                                [% END %]
666
667
                                [% IF ( item.publisheddate ) %]
668
                                    ([% item.publisheddate %])
664
                                [% END %]
669
                                [% END %]
665
                                [% item.serialseq %]
666
                                [% IF ( item.publisheddate ) %] ([% item.publisheddate %])[% END %]
667
                            [% END %]
670
                            [% END %]
668
                        </td>
671
                        </td>
669
                    [% END %]
672
                    [% END %]
670
- 

Return to bug 10825