@@ -, +, @@ information --- .../prog/en/modules/acqui/basket.tt | 98 ++++++++++--------- 1 file changed, 51 insertions(+), 47 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -261,6 +261,55 @@ [% IF ( authorisedbyname ) %]
  • [% tp('basket created by', 'Created by:') | html %] [% authorisedbyname | html %]
  • [% END %] + + [% IF ( creationdate ) %] +
  • Opened on: [% creationdate | $KohaDates %]
  • + [% END %] + [% IF ( closedate ) %] +
  • Closed on: [% closedate | $KohaDates %]
  • + [% END %] + + [% IF ( ediaccount ) %] + [%- BLOCK edi_status -%] + [%- SWITCH edi_order.status -%] + [%- CASE 'Pending' -%]Pending + [%- CASE 'Sent' -%]Sent + [%- CASE 'Processed' -%]Processed + [%- END -%] + [%- END -%] + [% IF ( edi_order ) %] +
  • EDI status: [%- PROCESS edi_status edi_order=edi_order -%] ([% edi_order.transfer_date | $KohaDates %])
  • + [% ELSE %] +
  • EDI status: Not ordered
  • + [% END %] + [% END %] + [% IF ( estimateddeliverydate ) %] +
  • Estimated delivery date: [% estimateddeliverydate | $KohaDates %]
  • + [% END %] +
  • Orders are standing: [% IF is_standing %]Yes[% ELSE %]No[% END %]
  • + + [% IF basket.create_items %] +
  • + Create items when: + [% SWITCH basket.create_items %] + [% CASE 'receiving' %]Receiving items + [% CASE 'cataloguing' %]Cataloguing items + [% CASE %]Placing orders + [% END %] +
  • + [% END %] + + [% INCLUDE 'additional-fields-display.inc' available=available_additional_fields values=additional_field_values %] + + + + + +
    +
    +

    Settings

    + +
    1. Managed by: @@ -299,7 +348,7 @@ [% IF branches_loop.size %]