From ae3d80800397e202fc010024b563ab58b9151f47 Mon Sep 17 00:00:00 2001 From: finlayt Date: Tue, 23 Jul 2002 01:28:42 +0000 Subject: [PATCH] fixed up some little bugs around the big buttons that change between issues, returns and transfers --- circ/branchtransfers.pl | 1 + circ/circulation.pl | 24 ++++++++++++++++++++++-- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/circ/branchtransfers.pl b/circ/branchtransfers.pl index af500a89e2..efaba8dfd4 100755 --- a/circ/branchtransfers.pl +++ b/circ/branchtransfers.pl @@ -291,6 +291,7 @@ print @inp; print <<"EOF"; + + +

+EOF + my $cardnumberinput = << "EOF"; @@ -451,8 +468,11 @@ EOF #print startmenu('circulation'); - -print $title; +if ($borrower) { + print $title; +} else { + print $titlenoborrower; +} print $info; -- 2.39.5

+ Next Borrower   Returns diff --git a/circ/circulation.pl b/circ/circulation.pl index 6b4b67af39..51cba16464 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -185,6 +185,23 @@ my $title = <<"EOF";

EOF +my $titlenoborrower = <<"EOF"; +
+ +Returns +Transfers + +
+Circulation: Issues
+Branch: $branches->{$branch}->{'branchname'}   +Printer: $printers->{$printer}->{'printername'}
+Change Settings