From f4299d1f0f258fa9fc771f096397b8cf1faa86ae Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 3 Mar 2020 14:09:40 +0000 Subject: [PATCH] Bug 23355: (QA follow-up) Add a modal confirm to the cashup action This patch adds a simple modal to confirm the cashup action adding a safely measure to it. --- .../prog/en/modules/pos/register.tt | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt index 4769ce3705..f596091ba1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt @@ -28,7 +28,7 @@ [% ELSE %]
- Record cashup +

Register transaction details for [% register.name | html %]

@@ -145,6 +145,25 @@ + + + [% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% Asset.js("lib/jquery/plugins/rowGroup/dataTables.rowGroup.min.js") | $raw %] -- 2.20.1