display enhancement.
[koha_gimpoz] / circ / circulation.pl
index 72b3308..f6711f3 100755 (executable)
@@ -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,