From 122f1778f4d11dab514c768ac2a3a3069f8c9d4d Mon Sep 17 00:00:00 2001
From: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Date: Thu, 18 Feb 2021 15:54:56 +0100
Subject: [PATCH] Bug 27715: Add a deprecation notice
---
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.20.1