For some reason the template wrapped the "print page" menu
item in a check for CAN_user_borrowers. The slip and quick
slip print options were excluded from this check.
---
.../prog/en/includes/circ-toolbar.inc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
index 1377aa5..d2f8df8 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
@@ -54,9 +54,7 @@ function update_child() {
}
function yuiToolbar() {
var printmenu = [
- [% IF ( CAN_user_borrowers ) %]
{ text: _("Print Page"), onclick: {fn:
function(){printx_window("page")}} },
- [% END %]
{ text: _("Print Slip"), onclick: {fn:
function(){printx_window("slip")}} },
{ text: _("Quick Slip"), onclick: {fn:
function(){printx_window("qslip")}} }
];
--
1.7.3
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/