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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-2 / +1 lines)
Lines 113-119 Link Here
113
                [% IF ( searchresult.code ) %]
113
                [% IF ( searchresult.code ) %]
114
                    <a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% searchresult.invoiceid %]">[% searchresult.code %]</a>
114
                    <a href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% searchresult.invoiceid %]">[% searchresult.code %]</a>
115
                [% ELSE %]
115
                [% ELSE %]
116
                    <acronym title="not available">n/a</acronym>
116
                    <abbr title="not available">n/a</abbr>
117
                [% END %]
117
                [% END %]
118
            </td>
118
            </td>
119
            <td>
119
            <td>
120
- 

Return to bug 12291