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

(-)a/admin/smart-rules.pl (-2 / +1 lines)
Lines 296-302 elsif ($op eq "add-branch-cat") { Link Here
296
                    maxonsiteissueqty = ?
296
                    maxonsiteissueqty = ?
297
                WHERE categorycode = ?
297
                WHERE categorycode = ?
298
            |);
298
            |);
299
            $sth_search->execute($branch);
299
            $sth_search->execute($categorycode);
300
            my $res = $sth_search->fetchrow_hashref();
300
            my $res = $sth_search->fetchrow_hashref();
301
            if ($res->{total}) {
301
            if ($res->{total}) {
302
                $sth_update->execute($maxissueqty, $maxonsiteissueqty, $categorycode);
302
                $sth_update->execute($maxissueqty, $maxonsiteissueqty, $categorycode);
303
- 

Return to bug 20227