From 9f31af40e04ce188bf8ce578065959b3681677ee Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 18 Feb 2021 15:54:56 +0100 Subject: [PATCH] Bug 27715: Add a deprecation notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Renvoize Signed-off-by: Joonas Kylmälä --- C4/Utils/DataTables.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/C4/Utils/DataTables.pm b/C4/Utils/DataTables.pm index 18e6c8caa8..b43849c008 100644 --- a/C4/Utils/DataTables.pm +++ b/C4/Utils/DataTables.pm @@ -30,6 +30,8 @@ BEGIN { =head1 NAME +! DEPRECATED - This module is deprecated, the REST API route and REST API Datatables wrapper must be used instead! + C4::Utils::DataTables - Utility subs for building query when DataTables source is AJAX =head1 SYNOPSYS -- 2.11.0