@@ -, +, @@ information, total caculated for negative types of transaction --- .../prog/en/modules/reports/cash_register_stats.tt | 16 +++++++++++++--- reports/cash_register_stats.pl | 22 ++++++++++++++++------ 2 files changed, 29 insertions(+), 9 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt @@ -130,6 +130,12 @@ $(document).ready(function() { [% END %] + [% IF transaction_type == "CR" %] + + [% ELSE %] + + [% END %] + [% IF transaction_type == "FORW" %] [% ELSE %] @@ -189,7 +195,7 @@ $(document).ready(function() {
  • - +