@@ -, +, @@ and close invoice - edit_invoices ON - edit_invoices OFF - reopen_closed_invoices ON - reopen_closed_invoices OFF --- .../intranet-tmpl/prog/en/modules/acqui/invoice.tt | 23 ++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -98,20 +98,23 @@
  • Status: Closed on [% invoiceclosedate | $KohaDates %]
  • -
  • - [% IF CAN_user_acquisition_reopen_closed_invoices AND NOT readonly %] - - [% ELSE %] - +
  • + + +
  • [% END %] - [% ELSE %] -
  • Status: - Open
  • - -
  • +
  • + Status: + Open +
  • + [% UNLESS ( readonly ) %] +
  • + +
  • + [% END %] [% END %] [% UNLESS readonly %] --