From 8df2d43102531e6cf20ca1e851b9b1e369dfbc4a Mon Sep 17 00:00:00 2001 From: Vicki McKay 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 Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer (cherry picked from commit 3a3d367922233c2422ffc5d216344c717170b64a) Signed-off-by: Lucas Gass --- 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 948a925c67..7d59f35a63 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.5