From 890fb1bf4f82923d60053c65893ab9de0d5e8e46 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Thu, 5 Mar 2026 15:46:29 +0000 Subject: [PATCH] Bug 42001: (follow-up) Send new EDI duplicate order preferences to HEA Add EdiBlockDuplicateInvoice, EdiBlockDuplicateInvoiceEmailAddresses, EdiBlockDuplicateInvoiceEmailNotice, EdiDuplicateOrderEmailAddresses, and EdiDuplicateOrderEmailNotice to the list of system preferences reported to the Koha usage statistics service (HEA). --- C4/UsageStats.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/UsageStats.pm b/C4/UsageStats.pm index ddeccd63ae3..6c95d9a6679 100644 --- a/C4/UsageStats.pm +++ b/C4/UsageStats.pm @@ -313,6 +313,11 @@ sub _shared_preferences { PatronSelfRegistration OPACShelfBrowser AutoEmailNewUser + EdiBlockDuplicateInvoice + EdiBlockDuplicateInvoiceEmailAddresses + EdiBlockDuplicateInvoiceEmailNotice + EdiDuplicateOrderEmailAddresses + EdiDuplicateOrderEmailNotice EmailFieldPrimary autoMemberNum BorrowerRenewalPeriodBase -- 2.53.0