Bug 8435: (follow-up) prevent t/00-load.t failing
[koha.git] / admin / branch_transfer_limits.pl
index 8c6f42e..e7422a6 100755 (executable)
@@ -93,7 +93,8 @@ while ( my $row = $sth->fetchrow_hashref ) {
 
 ## If Form Data Passed, Update the Database
 if ( $input->param('updateLimits') ) {
-       DeleteBranchTransferLimits();
+    DeleteBranchTransferLimits($branchcode);
+
 
        foreach my $code ( @codes ) {
                foreach my $toBranch ( @branchcodes ) {