|
Lines 982-988
if ( $record ne '-1' ) {
Link Here
|
| 982 |
$template->param( title => $title ); |
982 |
$template->param( title => $title ); |
| 983 |
} |
983 |
} |
| 984 |
$template->param( |
984 |
$template->param( |
| 985 |
marcfielddocurl => C4::Context->preference("MarcFieldDocURL"), |
|
|
| 986 |
popup => $mode, |
985 |
popup => $mode, |
| 987 |
frameworkcode => $frameworkcode, |
986 |
frameworkcode => $frameworkcode, |
| 988 |
itemtype => $frameworkcode, |
987 |
itemtype => $frameworkcode, |
| 989 |
- |
|
|