From ee5c4c303c520e031c99aaca75f690aac38fd9a5 Mon Sep 17 00:00:00 2001 From: toins Date: Tue, 24 Jul 2007 14:17:07 +0000 Subject: [PATCH] display enhancement. --- circ/circulation.pl | 2 +- koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index 72b3308df0..f6711f37df 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -694,7 +694,7 @@ $template->param( emailaddress => $borrower->{'emailaddress'}, borrowernotes => $borrower->{'borrowernotes'}, city => $borrower->{'city'}, - phone => $borrower->{'phone'}, + phone => $borrower->{'phone'} || $borrower->{'mobile'}, cardnumber => $borrower->{'cardnumber'}, amountold => $amountold, barcode => $barcode, diff --git a/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl index 978a1db459..14ef22ac48 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/circ/circulation.tmpl @@ -38,10 +38,10 @@ No city stored. - + - No phone stored. + No phone stored.

@@ -696,7 +696,6 @@ No patron matched
This hold hasn't been transfered yet from library : - @@ -705,7 +704,6 @@ No patron matched - @@ -713,8 +711,8 @@ No patron matched

- &print=page')">Print Page - / &print=slip')">Print Slip + &print=page')">Print Page + / &print=slip')">Print Slip

-- 2.39.5