Bug 33843: Use filter_by_last_update in Koha::Notice::Util
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 26 May 2023 08:19:36 +0000 (08:19 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 11 Oct 2023 13:31:45 +0000 (10:31 -0300)
commit3d3e28c7bbcce0738980a357705a72ffc5572930
tree15ac9f3f4a99c05b8de4d56ce534e492b5b5e7d6
parent9e4b0c4c72681919d560c29ff635b96aec6504ed
Bug 33843: Use filter_by_last_update in Koha::Notice::Util

Resolve FIXME in sub _get_domain_count by using new logic
from bug 33837.

Test plan:
Run t/db_dependent/Koha/Notice_Util.t.
This triggers the _get_domain_count call using the filter.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Notice/Util.pm