@@ -, +, @@ - In 18.11 - Verify that setting Default checkout, hold and return policy works - Verfiy that setting Default checkout, ohld and return policy by patron category works --- admin/smart-rules.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/admin/smart-rules.pl +++ a/admin/smart-rules.pl @@ -317,7 +317,7 @@ elsif ($op eq "add-branch-cat") { my $sth_update = $dbh->prepare(q| UPDATE default_circ_rules SET maxissueqty = ?, - maxonsiteissueqty = ?, + maxonsiteissueqty = ? |); $sth_search->execute(); @@ -349,7 +349,7 @@ elsif ($op eq "add-branch-cat") { my $sth_update = $dbh->prepare(q| UPDATE default_borrower_circ_rules SET maxissueqty = ?, - maxonsiteissueqty = ?, + maxonsiteissueqty = ? WHERE categorycode = ? |); $sth_search->execute($categorycode); --