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

(-)a/admin/smart-rules.pl (-2 / +1 lines)
Lines 44-50 my ($template, $loggedinuser, $cookie) Link Here
44
44
45
my $type=$input->param('type');
45
my $type=$input->param('type');
46
my $branch = $input->param('branch') || ( C4::Branch::onlymine() ? ( C4::Branch::mybranch() || '*' ) : '*' );
46
my $branch = $input->param('branch') || ( C4::Branch::onlymine() ? ( C4::Branch::mybranch() || '*' ) : '*' );
47
my $op = $input->param('op');
47
my $op = $input->param('op') || q{};
48
48
49
if ($op eq 'delete') {
49
if ($op eq 'delete') {
50
    my $itemtype     = $input->param('itemtype');
50
    my $itemtype     = $input->param('itemtype');
51
- 

Return to bug 8772