aquisition.pm : bug fix add variable decalaration

selectbranchprinter.tmpl :bug fix call to wrong include file
This commit is contained in:
btoumi 2006-06-22 08:43:07 +00:00
parent f30b030af8
commit 96f5a77830
2 changed files with 2 additions and 1 deletions

View file

@ -220,6 +220,7 @@ sub neworder {
)
= @_;
my $sth;
my $dbh;
if ( !$budget || $budget eq 'now' ) {
$sth = $dbh->prepare(
"INSERT INTO aqorders

View file

@ -1,4 +1,4 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Circulation: Select Your Home Branch<!-- TMPL_INCLUDE NAME="doc-head-circ-close.inc" -->
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Circulation: Select Your Home Branch<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<!-- TMPL_INCLUDE NAME="menus.inc" -->
<!-- TMPL_INCLUDE NAME="menu-circ.inc" -->