Bug 31390: Remove noisy warns in C4::Templates
authorDavid Cook <dcook@prosentient.com.au>
Thu, 18 Aug 2022 01:14:03 +0000 (01:14 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 14 Oct 2022 21:58:29 +0000 (21:58 +0000)
commit08dc25d75769070a5d67a8871b27c5d29256052b
tree1aa62246027d3dc729263dc94ea674fb3731b7f2
parent4c8ffab5636a46ace0091913c70bf01df6b1dd12
Bug 31390: Remove noisy warns in C4::Templates

This patch removes two noisy warnings from C4::Templates

0) Apply patch and koha-plack --restart kohadev
1) Go to http://localhost:8081/
2) Note no warnings in /var/log/koha/kohadev/plack-intranet-error.log
3) Go to http://localhost:8080/
3) Note no warnings in /var/log/koha/kohadev/plack-opac-error.log

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 368b1462e58f02e9636bb9ce5a5ba70a54b5d353)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
C4/Templates.pm