Lines 59-65
$template->param(
Link Here
|
59 |
action => $action, |
59 |
action => $action, |
60 |
hidden => GetHiddenFields(), |
60 |
hidden => GetHiddenFields(), |
61 |
mandatory => GetMandatoryFields($action), |
61 |
mandatory => GetMandatoryFields($action), |
62 |
member_titles => GetTitles(), |
62 |
member_titles => GetTitles() || undef, |
63 |
branches => GetBranchesLoop(), |
63 |
branches => GetBranchesLoop(), |
64 |
OPACPatronDetails => C4::Context->preference('OPACPatronDetails'), |
64 |
OPACPatronDetails => C4::Context->preference('OPACPatronDetails'), |
65 |
); |
65 |
); |
66 |
- |
|
|