From ff895a7c6e686e939e46d47544723875bd33be54 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 24 Oct 2023 15:35:17 +0000 Subject: [PATCH] Bug 33703: Remove call to cleave.js in additem.tt This removes the extra call to the cleave library in additem.tt. Since calender.inc is called here this is not needed. --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt index 8934878cc43..6fe0ec6cdc3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/additem.tt @@ -35,7 +35,6 @@ [% INCLUDE 'calendar.inc' %] [% INCLUDE 'str/cataloging_additem.inc' %] [% Asset.js("js/cataloging_additem.js") | $raw %] -[% Asset.js("lib/cleave/cleave.min.js") | $raw %] -- 2.30.2