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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt (-2 / +1 lines)
Lines 46-52 Link Here
46
46
47
[% IF ( error_failed_to_create_invoice ) %]
47
[% IF ( error_failed_to_create_invoice ) %]
48
    <div id="error" class="dialog error">
48
    <div id="error" class="dialog error">
49
        <p>An error has occured. Invoice cannot be created.</p>
49
        <p>An error has occurred. Invoice cannot be created.</p>
50
    </div>
50
    </div>
51
[% END %]
51
[% END %]
52
<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% name %]</a></h1>
52
<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% name %]</a></h1>
53
- 

Return to bug 11170