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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt (-9 / +46 lines)
Lines 505-522 function verify_images() { Link Here
505
                    </td>
505
                    </td>
506
                    <td class="datelastseen">[% item.datelastseen %]</td>
506
                    <td class="datelastseen">[% item.datelastseen %]</td>
507
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type %]&amp;itemnumber=[% item.itemnumber %]&amp;biblionumber=[% item.biblionumber %]&amp;bi=[% item.biblioitemnumber %]#item[% item.itemnumber %]">[% item.barcode %]</a></td>
507
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% item.type %]&amp;itemnumber=[% item.itemnumber %]&amp;biblionumber=[% item.biblionumber %]&amp;bi=[% item.biblioitemnumber %]#item[% item.itemnumber %]">[% item.barcode %]</a></td>
508
508
                    [% IF ( volinfo ) %]
509
                    [% IF ( volinfo ) %]
509
                        <td class="enumchron">
510
                        <td class="enumchron">
510
                            [% IF ( itemdata_enumchron ) %]
511
                        [% IF ( itemloo.serialseq ) %]
511
                                [% IF ( item.enumchron ) %]
512
                             [% itemloo.serialseq %]
512
                                    [% item.enumchron %]
513
                        [% ELSE %]
513
                                    [% IF ( item.serialseq ) %] -- [% END %]
514
                            [% itemloo.enumchron %]
514
                                [% END %]
515
                        [% END %]
515
                                [% item.serialseq %]
516
516
                                [% IF ( item.publisheddate ) %] ([% item.publisheddate %])[% END %]
517
                        [% IF ( itemloo.publisheddate ) %]
517
                            [% END %]
518
                            ([% itemloo.publisheddate %])
519
                        [% END %]
518
                        </td>
520
                        </td>
519
                    [% END %]
521
                    [% END %]
522
520
                    [% IF ( itemdata_uri ) %]
523
                    [% IF ( itemdata_uri ) %]
521
                        <td class="uri"><a href="[% item.uri %]">[% item.uri %]</a></td>
524
                        <td class="uri"><a href="[% item.uri %]">[% item.uri %]</a></td>
522
                    [% END %]
525
                    [% END %]
Lines 563-568 function verify_images() { Link Here
563
                           [% END %]
566
                           [% END %]
564
                       [% END %]
567
                       [% END %]
565
                    </td>
568
                    </td>
569
<<<<<<< HEAD
570
=======
571
                    <td class="datelastseen">[% itemloo.datelastseen %]</td>
572
                    <td><a href="/cgi-bin/koha/catalogue/moredetail.pl?type=[% itemloo.type %]&amp;itemnumber=[% itemloo.itemnumber %]&amp;biblionumber=[% itemloo.biblionumber %]&amp;bi=[% itemloo.biblioitemnumber %]#item[% itemloo.itemnumber %]">[% itemloo.barcode %]</a></td>
573
574
                [% IF ( volinfo ) %]
575
                <td class="enumchron">
576
                    [% IF ( itemloo.serialseq ) %]
577
                         [% itemloo.serialseq %]
578
                    [% ELSE %]
579
                        [% itemloo.enumchron %]
580
                    [% END %]
581
582
                    [% IF ( itemloo.publisheddate ) %]
583
                        ([% itemloo.publisheddate %])
584
                    [% END %]
585
                </td>
586
                [% END %]
587
588
				[% IF ( itemdata_uri ) %]
589
					<td class="uri"><a href="[% itemloo.uri %]">[% itemloo.uri %]</a></td>
590
				[% END %]
591
				[% IF ( itemdata_copynumber ) %]
592
					<td class="copynumber">[% itemloo.copynumber %]</td>
593
				[% END %]
594
	        [% IF materials %]
595
		    <td class="materials"> [% itemloo.materials %] </td>
596
		[% END %]
597
                [% IF ( itemdata_itemnotes ) %]<td><div class="itemnotes">[% itemloo.itemnotes %]</div></td>[% END %]
598
		[% IF ( SpineLabelShowPrintOnBibDetails ) %]
599
            <td><a href="/cgi-bin/koha/labels/spinelabel-print.pl?barcode=[% itemloo.barcode %]" >Print label</a></td>
600
		[% END %]
601
                [% IF ( hostrecords ) %]
602
                      <td>[% IF ( itemloo.hostbiblionumber) %]<a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% itemloo.hostbiblionumber %]" >[% itemloo.hosttitle %]</a>[% END %]</td>
603
>>>>>>> 4439a53... Bug 10825 - detail.tt displays duplicated enumchron values for serial items
566
                [% END %]
604
                [% END %]
567
                </tr>
605
                </tr>
568
            [% END %]
606
            [% END %]
569
- 

Return to bug 10825