@@ -, +, @@ lists in acquisitions --- acqui/ordered.pl | 2 +- acqui/spent.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt | 2 ++ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt | 4 +++- 4 files changed, 7 insertions(+), 3 deletions(-) --- a/acqui/ordered.pl +++ a/acqui/ordered.pl @@ -52,7 +52,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user( my $query = < + [% order.title %] + [% IF ( CAN_user_acquisition_order_manage ) %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/spent.tt @@ -54,7 +54,9 @@ [% FOREACH order IN spent %] - [% order.title %] + + [% order.title %] + [% order.ordernumber %] --