Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #16 from hgq/05_07_pt13283683_head
[addresses #13283683] no real problems with reserves.expirationdate,
  • Loading branch information
ctfliblime committed Jun 9, 2011
2 parents 61852a3 + d4e7db3 commit b26dd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/letter.pl
Expand Up @@ -251,7 +251,7 @@ sub add_validate {
}
}
# set up default display
default_display();
default_display($searchfield,$template);
return;
}

Expand All @@ -272,7 +272,7 @@ sub delete_confirmed {
my $dbh = C4::Context->dbh;
$dbh->do('DELETE FROM letter WHERE module=? AND code=?',{},$module,$code);
# setup default display for screen
default_display();
default_display($searchfield,$template);
return;
}

Expand Down

0 comments on commit b26dd7e

Please sign in to comment.