|
Lines 137-143
$template->param(
Link Here
|
| 137 |
subscriptionid => $subscriptionid, |
137 |
subscriptionid => $subscriptionid, |
| 138 |
memberloop => $memberloop, |
138 |
memberloop => $memberloop, |
| 139 |
routingnotes => $routingnotes, |
139 |
routingnotes => $routingnotes, |
| 140 |
generalroutingnote => C4::Context->preference('RoutingListNote'), |
|
|
| 141 |
hasRouting => check_routing($subscriptionid), |
140 |
hasRouting => check_routing($subscriptionid), |
| 142 |
(uc(C4::Context->preference("marcflavour"))) => 1 |
141 |
(uc(C4::Context->preference("marcflavour"))) => 1 |
| 143 |
); |
142 |
); |
| 144 |
- |
|
|