From 0eef75afb8166608c3c25c53647d094e2b14af41 Mon Sep 17 00:00:00 2001 From: Catalyst Bug Squasher Date: Thu, 25 Jul 2024 22:12:49 +0000 Subject: [PATCH] Bug 33453: Change the button class of the record cashup modal to btn-primary To test: 1. Go to System Preferences > find and enable "Use cash registers" 2. Go to Administration > "Cash registers" and create a new cash register 3. Go to Tools > "Transaction history for" > "Record cashup" 4. Click "Record cashup" 5. Modal with change: "Confirm" should be yellow and primary. Signed-off-by: David Nind --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 2 +- 1 file changed, 1 insertion(+), 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 21c7efdf5b..f7563ea5a1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt @@ -299,7 +299,7 @@ Please confirm that you have removed [% accountlines.total( payment_type => [ 'CASH', 'SIP00' ]) * -1 | $Price %] from the cash register and left a float of [% register.starting_float | $Price %]. -- 2.39.2