From e2e33782f4fa5d2b28e8c87228d1bbd7deb8af62 Mon Sep 17 00:00:00 2001 From: Alexander Purr <purr@ub.uni-leipzig.de> Date: Mon, 9 Dec 2019 14:38:16 +0100 Subject: [PATCH] refs #16626 [fid_adlr] use pda instead of subito-article route --- themes/fid_adlr/templates/RecordTab/holdingsils.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fid_adlr/templates/RecordTab/holdingsils.phtml b/themes/fid_adlr/templates/RecordTab/holdingsils.phtml index 1d9e3fc45b9..d49b8bdee7c 100644 --- a/themes/fid_adlr/templates/RecordTab/holdingsils.phtml +++ b/themes/fid_adlr/templates/RecordTab/holdingsils.phtml @@ -76,7 +76,7 @@ JS; <div class="openUrlButton"></div> <?php endif; ?> <?php if ($getit->showOrderButton() && $user): ?> - <a class="btn btn-primary pda-button full-order" data-lightbox href="<?=$this->url('record-fidsubitoarticle', array('id' => $id))?>" rel="nofollow"> + <a class="btn btn-primary pda-button full-order" data-lightbox href="<?=$this->url('record-fidpda', array('id' => $id))?>" rel="nofollow"> <?=$this->transEsc('getit_order')?> </a> <?php endif; ?> -- GitLab