Lines 448-457
Link Here
|
448 |
<th>GST %</th> |
448 |
<th>GST %</th> |
449 |
<th>GST</th> |
449 |
<th>GST</th> |
450 |
<th>Fund</th> |
450 |
<th>Fund</th> |
|
|
451 |
<th>Estimated delivery date</th> |
451 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
452 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
452 |
<th>Supplier report</th> |
453 |
<th>Supplier report</th> |
453 |
[% END %] |
454 |
[% END %] |
454 |
<th>Estimated delivery date</th> |
|
|
455 |
[% IF ( active ) %] |
455 |
[% IF ( active ) %] |
456 |
[% UNLESS ( closedate ) %] |
456 |
[% UNLESS ( closedate ) %] |
457 |
<th class="NoSort">Modify</th> |
457 |
<th class="NoSort">Modify</th> |
Lines 478-487
Link Here
|
478 |
<th> </th> |
478 |
<th> </th> |
479 |
<th>[% foot_loo.tax_value | $Price %]</th> |
479 |
<th>[% foot_loo.tax_value | $Price %]</th> |
480 |
<th> </th> |
480 |
<th> </th> |
|
|
481 |
<th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th> |
481 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
482 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
482 |
<th> </th> |
483 |
<th> </th> |
483 |
[% END %] |
484 |
[% END %] |
484 |
<th>[% foot_loo.estimated_delivery_date | $KohaDates %]</th> |
|
|
485 |
[% IF ( active ) %] |
485 |
[% IF ( active ) %] |
486 |
[% UNLESS ( closedate ) %] |
486 |
[% UNLESS ( closedate ) %] |
487 |
<th> </th> |
487 |
<th> </th> |
Lines 506-515
Link Here
|
506 |
<th> </th> |
506 |
<th> </th> |
507 |
<th>[% total_tax_value | $Price %]</th> |
507 |
<th>[% total_tax_value | $Price %]</th> |
508 |
<th> </th> |
508 |
<th> </th> |
|
|
509 |
<th>[% estimated_delivery_date | $KohaDates %]</th> |
509 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
510 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
510 |
<th> </th> |
511 |
<th> </th> |
511 |
[% END %] |
512 |
[% END %] |
512 |
<th>[% estimated_delivery_date | $KohaDates %]</th> |
|
|
513 |
[% IF ( active ) %] |
513 |
[% IF ( active ) %] |
514 |
[% UNLESS ( closedate ) %] |
514 |
[% UNLESS ( closedate ) %] |
515 |
<th> </th> |
515 |
<th> </th> |
Lines 593-601
Link Here
|
593 |
<td class="number">[% books_loo.tax_rate * 100 | html %]</td> |
593 |
<td class="number">[% books_loo.tax_rate * 100 | html %]</td> |
594 |
<td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td> |
594 |
<td class="number [% IF books_loo.tax_value.search(zero_regex) %]error[% END %]">[% books_loo.tax_value | $Price %]</td> |
595 |
<td>[% books_loo.budget_name | html %]</td> |
595 |
<td>[% books_loo.budget_name | html %]</td> |
596 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
|
|
597 |
<td>[% books_loo.suppliers_report | html %]</td> |
598 |
[% END %] |
599 |
<td class="actions"> |
596 |
<td class="actions"> |
600 |
[% books_loo.estimated_delivery_date | $KohaDates %] |
597 |
[% books_loo.estimated_delivery_date | $KohaDates %] |
601 |
[% IF CAN_user_acquisition_order_manage %] |
598 |
[% IF CAN_user_acquisition_order_manage %] |
Lines 603-608
Link Here
|
603 |
<i class="fa fa-pencil"></i> Edit |
600 |
<i class="fa fa-pencil"></i> Edit |
604 |
</a> |
601 |
</a> |
605 |
</td> |
602 |
</td> |
|
|
603 |
[% IF Koha.Preference('EDIFACT') && ediaccount %] |
604 |
<td>[% books_loo.suppliers_report | html %]</td> |
605 |
[% END %] |
606 |
[% END %] |
606 |
[% END %] |
607 |
[% IF ( active ) %] |
607 |
[% IF ( active ) %] |
608 |
[% UNLESS ( closedate ) %] |
608 |
[% UNLESS ( closedate ) %] |
609 |
- |
|
|