@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt @@ -79,7 +79,7 @@ [% register.description | html %] [%- IF register.last_cashup -%] - [% register.last_cashup.timestamp | $KohaDates with_hours => 1 %] ([% register.last_cashup.amount | $Price %]) + [% register.last_cashup.timestamp | $KohaDates with_hours => 1 %] (Summary) [%- ELSE -%] No last cashup [%- END -%] @@ -181,8 +181,11 @@ + [% INCLUDE 'modals/cashup_summary.inc' %] + [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] + [% Asset.js("js/cashup_modal.js") | $raw %]