Bugzilla – Attachment 43156 Details for
Bug 14950
A date is not correctly filled in default values from batch mod [was Remove C4::Dates from tools/batchMod.pl]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14950: Remove unused variable $today_iso
Bug-14950-Remove-unused-variable-todayiso.patch (text/plain), 1.01 KB, created by
Jonathan Druart
on 2015-10-06 10:54:48 UTC
(
hide
)
Description:
Bug 14950: Remove unused variable $today_iso
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-10-06 10:54:48 UTC
Size:
1.01 KB
patch
obsolete
>From cc68386c0c35409df4ddf8f68b45af9445bd62de Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 6 Oct 2015 11:50:36 +0100 >Subject: [PATCH] Bug 14950: Remove unused variable $today_iso > >This variable is not used anymore in the template (and has never been >used...). > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > tools/batchMod.pl | 2 -- > 1 file changed, 2 deletions(-) > >diff --git a/tools/batchMod.pl b/tools/batchMod.pl >index a7c8d70..af2ae4b 100755 >--- a/tools/batchMod.pl >+++ b/tools/batchMod.pl >@@ -76,8 +76,6 @@ my $restrictededition = $uid ? haspermission($uid, {'tools' => 'items_batchmod_ > # In case user is a superlibrarian, edition is not restricted > $restrictededition = 0 if ($restrictededition != 0 && C4::Context->IsSuperLibrarian()); > >-my $today_iso = output_pref({ dt => dt_from_string, dateformat => 'iso', dateonly => 1 }); >-$template->param(today_iso => $today_iso); > $template->param(del => $del); > > my $itemrecord; >-- >2.1.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14950
:
43095
|
43106
|
43155
| 43156 |
43434