Bug 19603: (QA follow-up) Remove unused message

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Josef Moravec 2017-12-22 11:38:32 +00:00 committed by Jonathan Druart
parent e678098109
commit 0853b50f01

View file

@ -496,7 +496,6 @@
[% INCLUDE 'datatables.inc' %]
<script type="text/javascript">
var MSG_CATEGORYCODE_CHARS = _("Category code can only contain the following characters: letters, numbers, - and _.");
var MSG_BOTH_ENROLLMENTPERIODS = _("Please choose only one enrollment period setting.");
var MSG_ONE_ENROLLMENTPERIOD = ("Please choose an enrollment period in months OR by date.");
</script>
<script type="text/javascript" src="[% themelang %]/js/categories.js"></script>