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

(-)a/admin/smart-rules.pl (-1 / +2 lines)
Lines 104-109 elsif ($op eq 'delete-branch-cat') { Link Here
104
                         holdallowed             => undef,
104
                         holdallowed             => undef,
105
                         hold_fulfillment_policy => undef,
105
                         hold_fulfillment_policy => undef,
106
                         returnbranch            => undef,
106
                         returnbranch            => undef,
107
                         max_holds               => undef,
107
                     }
108
                     }
108
                 }
109
                 }
109
             );
110
             );
Lines 133-138 elsif ($op eq 'delete-branch-cat') { Link Here
133
                    holdallowed             => undef,
134
                    holdallowed             => undef,
134
                    hold_fulfillment_policy => undef,
135
                    hold_fulfillment_policy => undef,
135
                    returnbranch            => undef,
136
                    returnbranch            => undef,
137
                    max_holds               => undef,
136
                }
138
                }
137
            }
139
            }
138
        );
140
        );
139
- 

Return to bug 18928