diff --git a/themes/fid_adlr/templates/RecordTab/holdingsils.phtml b/themes/fid_adlr/templates/RecordTab/holdingsils.phtml index 1d9e3fc45b9c8e175a1b582d31da2cdef4c2607b..d49b8bdee7c571e614bc5bad5d740fac219ed5e8 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; ?>