From cd5fba4c5b8dce8c1301a4221277f123f2c7197b Mon Sep 17 00:00:00 2001 From: Brendan Lawlor Date: Wed, 18 Dec 2024 16:20:02 +0000 Subject: [PATCH] Bug 38155: Fix Acquistions close selected invoices button This patch updates the data-op property of the button to be prefixed with cud- To test: 1. Add some invoices for a vendor 2. Got to Acquisitions->Invoices 3. Select multiple invoices using the checkbox 4. Click the 'Close selected invoices' button 5. Confirm it worked --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt index 6c46799d2a..d5d9c453b2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt @@ -128,7 +128,7 @@ Reopen selected invoices [% ELSE %] Merge selected invoices - Close selected invoices + Close selected invoices [% END # /IF tab == 'closed' %] [% END # /IF CAN_user_acquisition_merge_invoices %] [% END # /BLOCK invoices_table %] -- 2.39.5