Skip to content
Snippets Groups Projects
Commit 14e2e575 authored by André Lahmann's avatar André Lahmann
Browse files

refs #8580:

* fixed library card number in acquisition form
parent 12a4eb3a
No related merge requests found
......@@ -10,7 +10,7 @@
<tr valign="top">
<td>
Name: <strong><?=$user->lastname ?>, <?=$user->firstname ?></strong><br />
Lesekarte-Nr.: <strong><?=$user->username ?></strong><br />
Lesekarte-Nr.: <strong><?=$user->cat_username ?></strong><br />
Email: <a href="mailto:<?=$user->email ?>"><?=$user->email ?></a><br />
<? /*if ($user->group): ?>Benutzergruppe: <?=$user->group ?><? endif;*/ ?>
</td>
......
......@@ -3,7 +3,7 @@
Der Benutzer: <?=$user->lastname ?>, <?=$user->firstname ?>
Benutzerkarte: <?=$user->username ?>
Benutzerkarte: <?=$user->cat_username ?>
E-Mail-Adresse: <?=$user->email ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment