Lines 38-50
Link Here
|
38 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
38 |
<div class="col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2"> |
39 |
[% END %] |
39 |
[% END %] |
40 |
<main> |
40 |
<main> |
|
|
41 |
<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h1> |
41 |
|
42 |
|
42 |
[% IF ( error_failed_to_create_invoice ) %] |
43 |
[% IF ( error_failed_to_create_invoice ) %] |
43 |
<div id="error" class="dialog alert"> |
44 |
<div id="error" class="dialog alert"> |
44 |
<p>An error has occurred. Invoice cannot be created.</p> |
45 |
<p>An error has occurred. Invoice cannot be created.</p> |
45 |
</div> |
46 |
</div> |
46 |
[% END %] |
47 |
[% END %] |
47 |
<h1>Receive shipment from vendor <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid | uri %]">[% name | html %]</a></h1> |
|
|
48 |
|
48 |
|
49 |
[% IF duplicate_invoices %] |
49 |
[% IF duplicate_invoices %] |
50 |
<div id="parcels_duplicate_invoice" class="dialog alert"> |
50 |
<div id="parcels_duplicate_invoice" class="dialog alert"> |