Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digibib
deichman
Commits
115e546a
Commit
115e546a
authored
Jan 21, 2019
by
Petter Goksøyr Åsen
Browse files
koha: remove some unused report links
parent
7e886a7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
koha/koha-tmpl/intranet-tmpl/prog/en/includes/circ-nav.inc
View file @
115e546a
...
...
@@ -42,13 +42,6 @@
<
li
><
a
href
=
"/cgi-bin/koha/circ/waitingreserves.pl"
>
Holds
awaiting
pickup
</
a
></
li
>
<
li
><
a
href
=
"/cgi-bin/koha/circ/reserveratios.pl"
>
Hold
ratios
</
a
></
li
>
<
li
><
a
href
=
"/cgi-bin/koha/circ/transferstoreceive.pl"
>
Transfers
to
receive
</
a
></
li
>
[
%
IF
(
CAN_user_circulate_overdues_report
)
%
]
<
li
><
a
href
=
"/cgi-bin/koha/circ/overdue.pl"
>
Overdues
</
a
></
li
>
[
%
END
%
]
<
li
><
a
href
=
"/cgi-bin/koha/circ/branchoverdues.pl"
>
Overdues
with
fines
</
a
></
li
>
[
%
IF
Koha
.
Preference
(
'OnSiteCheckouts'
)
%
]
<
li
><
a
href
=
"/cgi-bin/koha/circ/on-site_checkouts.pl"
>
Pending
on
-
site
checkouts
</
a
></
li
>
[
%
END
%
]
</
ul
>
</
div
>
...
...
koha/koha-tmpl/intranet-tmpl/prog/nb-NO/includes/circ-nav.inc
View file @
115e546a
...
...
@@ -42,13 +42,6 @@
<
li
><
a
href
=
"/cgi-bin/koha/circ/waitingreserves.pl"
>
Reserveringer
på
hentehylle
</
a
></
li
>
<
li
><
a
href
=
"/cgi-bin/koha/circ/reserveratios.pl"
>
Reserveringsstatistikk
</
a
></
li
>
<
li
><
a
href
=
"/cgi-bin/koha/circ/transferstoreceive.pl"
>
Overføringer
som
skal
mottas
</
a
></
li
>
[
%
IF
(
CAN_user_circulate_overdues_report
)
%
]
<
li
><
a
href
=
"/cgi-bin/koha/circ/overdue.pl"
>
Forfalte
</
a
></
li
>
[
%
END
%
]
<
li
><
a
href
=
"/cgi-bin/koha/circ/branchoverdues.pl"
>
Forfalte
lån
med
gebyr
</
a
></
li
>
[
%
IF
Koha
.
Preference
(
'OnSiteCheckouts'
)
%
]
<
li
><
a
href
=
"/cgi-bin/koha/circ/on-site_checkouts.pl"
>
Aktive
på
-
stedet
lån
</
a
></
li
>
[
%
END
%
]
</
ul
>
</
div
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment