From 8457804bcf6b6b51703a2fa1143d0dfd539e4e4b Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 5 May 2020 10:57:07 +0100 Subject: [PATCH] Bug 23185: (RM follow-up) Minor POD wording update Signed-off-by: Martin Renvoize --- Koha/Objects.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Objects.pm b/Koha/Objects.pm index f39061aee9..6a272cf6a4 100644 --- a/Koha/Objects.pm +++ b/Koha/Objects.pm @@ -203,8 +203,8 @@ This method overloads the DBIC inherited one so if code-level triggers exist based class) those are called in a loop on the resultset. If B is passed and I, then the DBIC update method is called -directly. This feature is important for performance, in cases no code-level -triggers are defined. The developer will explicitly ask for this and QA should +directly. This feature is important for performance, in cases where no code-level +triggers should be triggered. The developer will explicitly ask for this and QA should catch wrong uses as well. =cut -- 2.20.1