Lines 157-162
Link Here
|
157 |
<input type="hidden" name="invoiceid" value="[% invoiceid | html %]" /> |
157 |
<input type="hidden" name="invoiceid" value="[% invoiceid | html %]" /> |
158 |
[% IF (adjustments && adjustments.count > 0) %] |
158 |
[% IF (adjustments && adjustments.count > 0) %] |
159 |
<table id="invoice_adj_table"> |
159 |
<table id="invoice_adj_table"> |
|
|
160 |
<caption class="sr-only">Adjustments</caption> |
160 |
<tr> |
161 |
<tr> |
161 |
<th>Id</th> |
162 |
<th>Id</th> |
162 |
<th>Amount</th> |
163 |
<th>Amount</th> |
Lines 342-347
Link Here
|
342 |
Show all details |
343 |
Show all details |
343 |
</label> |
344 |
</label> |
344 |
<table id="orderst"> |
345 |
<table id="orderst"> |
|
|
346 |
<caption class="sr-only">Orders</caption> |
345 |
<thead> |
347 |
<thead> |
346 |
<tr> |
348 |
<tr> |
347 |
<th class="anti-the">Summary</th> |
349 |
<th class="anti-the">Summary</th> |
Lines 439-446
Link Here
|
439 |
[% END %] |
441 |
[% END %] |
440 |
[% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %] |
442 |
[% IF ( (Koha.Preference('AcqEnableFiles')) && files ) %] |
441 |
<br /> |
443 |
<br /> |
442 |
<h2>Files attached to invoice</h2> |
|
|
443 |
<table id="invoice_files_table"> |
444 |
<table id="invoice_files_table"> |
|
|
445 |
<caption><h2>Files attached to invoice</h2></caption> |
444 |
<thead> |
446 |
<thead> |
445 |
<tr> |
447 |
<tr> |
446 |
<th>Name</th> |
448 |
<th>Name</th> |