From dd2c33093241964e479e3c4d6aa29f92a302a080 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 30 Sep 2025 12:16:05 +0000 Subject: [PATCH] Bug 38330: (RM follow-up) Add missing comma --- C4/Biblio.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Biblio.pm b/C4/Biblio.pm index 1084e7bf69c..c56d721003c 100644 --- a/C4/Biblio.pm +++ b/C4/Biblio.pm @@ -2653,7 +2653,7 @@ sub _koha_modify_biblio { seriestitle = ?, copyrightdate = ?, abstract = ?, - timestamp = current_timestamp() + timestamp = current_timestamp(), opac_suppressed = ? WHERE biblionumber = ? " -- 2.39.5