From 86ef26ad09ef593aa68247024a0a7a0b57edc699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazl=C4=B1=20=C3=87etin?= Date: Fri, 27 Mar 2020 12:25:46 +0000 Subject: [PATCH] Bug 25000: SQL report not updated --- C4/Reports/Guided.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/C4/Reports/Guided.pm b/C4/Reports/Guided.pm index 01a613dbf9d..0a592b58ed1 100644 --- a/C4/Reports/Guided.pm +++ b/C4/Reports/Guided.pm @@ -645,6 +645,7 @@ sub update_sql { $report->report_subgroup($subgroup); $report->cache_expiry($cache_expiry) if defined $cache_expiry; $report->public($public); + $report->store(); if( $cache_expiry >= 2592000 ){ die "Please specify a cache expiry less than 30 days\n"; # That's a bit harsh } -- 2.11.0