aquisition.pm : bug fix add variable decalaration
selectbranchprinter.tmpl :bug fix call to wrong include file
This commit is contained in:
parent
f30b030af8
commit
96f5a77830
2 changed files with 2 additions and 1 deletions
|
@ -220,6 +220,7 @@ sub neworder {
|
|||
)
|
||||
= @_;
|
||||
my $sth;
|
||||
my $dbh;
|
||||
if ( !$budget || $budget eq 'now' ) {
|
||||
$sth = $dbh->prepare(
|
||||
"INSERT INTO aqorders
|
||||
|
|
|
@ -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" -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue