@@ -, +, @@ --> without patch, the Maximum total holds allowed value remains --> with patch the unset removex Maximum holds value too --- admin/smart-rules.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/admin/smart-rules.pl +++ a/admin/smart-rules.pl @@ -104,6 +104,7 @@ elsif ($op eq 'delete-branch-cat') { holdallowed => undef, hold_fulfillment_policy => undef, returnbranch => undef, + max_holds => undef, } } ); @@ -133,6 +134,7 @@ elsif ($op eq 'delete-branch-cat') { holdallowed => undef, hold_fulfillment_policy => undef, returnbranch => undef, + max_holds => undef, } } ); --