@@ -, +, @@ orders by parent ordernumber --- .../prog/en/modules/serials/subscription-detail.tt | 28 ++++++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -11,6 +11,7 @@ Koha › Serials › Details for subscription #[% subscriptionid | html %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/datatables.css") | $raw %] +[% Asset.css("lib/jquery/plugins/treetable/stylesheets/jquery.treetable.css") | $raw %] @@ -357,6 +358,7 @@ + Timestamp Invoice Basket Order number @@ -372,7 +374,12 @@ [% FOR order IN orders %] - + [% IF order.parent_ordernumber != order.ordernumber %] + + [% ELSE %] + + [% END %] + [% order.timestamp | html %] [% IF order.invoice %] [% IF CAN_user_acquisition %] @@ -440,6 +447,7 @@ [% Asset.js("js/serials-toolbar.js") | $raw %] [% INCLUDE 'datatables.inc' %] + [% Asset.js("lib/jquery/plugins/treetable/jquery.treetable.js") | $raw %] [% INCLUDE 'columns_settings.inc' %]