View | Details | Raw Unified | Return to bug 14950
Collapse All | Expand All

(-)a/tools/batchMod.pl (-3 lines)
Lines 76-83 my $restrictededition = $uid ? haspermission($uid, {'tools' => 'items_batchmod_ Link Here
76
# In case user is a superlibrarian, edition is not restricted
76
# In case user is a superlibrarian, edition is not restricted
77
$restrictededition = 0 if ($restrictededition != 0 && C4::Context->IsSuperLibrarian());
77
$restrictededition = 0 if ($restrictededition != 0 && C4::Context->IsSuperLibrarian());
78
78
79
my $today_iso = output_pref({ dt => dt_from_string, dateformat => 'iso', dateonly => 1 });
80
$template->param(today_iso => $today_iso);
81
$template->param(del       => $del);
79
$template->param(del       => $del);
82
80
83
my $itemrecord;
81
my $itemrecord;
84
- 

Return to bug 14950