---
 .../prog/en/includes/circ-toolbar.inc              |    9 +++++++--
 .../prog/en/modules/help/members/readingrec.tt     |    4 +++-
 .../prog/en/modules/members/readingrec.tt          |    1 -
 3 files changed, 10 insertions(+), 4 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 a4acfdf..2b2e996 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-toolbar.inc
@@ -33,6 +33,10 @@ function update_child() {
 [% END %]
 }
 
+function export_barcodes() {
+    window.open('/cgi-bin/koha/members/readingrec.pl?borrowernumber=[% 
borrowernumber %]&op=export_barcodes');
+}
+
        // prepare DOM for YUI Toolbar
 
         $(document).ready(function() {
@@ -65,8 +69,9 @@ function update_child() {
                        { text: _("Renew Patron"),  onclick: { fn: 
confirm_reregistration } },
                        { text: _("Set Permissions"), url: 
"/cgi-bin/koha/members/member-flags.pl?member=[% borrowernumber %]"[% UNLESS 
CAN_user_permissions %], disabled: true[% END %]},
             { text: _("Delete"), [% UNLESS CAN_user_borrowers %]disabled: 
true, [% END %] onclick: { fn: confirm_deletion } },
-                       { text: _("Update Child to Adult Patron") , onclick: { 
fn: update_child }[% UNLESS is_child %], disabled: true[% END %]}
-               ];
+            { text: _("Update Child to Adult Patron") , onclick: { fn: 
update_child }[% UNLESS is_child %], disabled: true[% END %]},
+            { text: _("Export today checkin barcodes"), onclick: { fn: 
export_barcodes }}
+        ];
 
            new YAHOO.widget.Button({
                type: "menu",
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt 
b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt
index 6e9a837..804fdfe 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/members/readingrec.tt
@@ -4,6 +4,8 @@
 
 <p>The circulation history tab will appear if you have set the 
intranetreadinghistory preference to allow it to appear. If you have the 
OPACPrivacy system preference set to 'Allow' and the patron has decided that 
the library cannot keep this information this tab will only show currently 
checked out items.</p>
 
+<p>You can export the today checkin barcodes by clinking on the link above the 
table. It simply generates a list of barcodes.</p>
+
 <p><strong>See the full documentation for Circulation History in the <a 
href="http://manual.koha-community.org/3.6/en/patroninformation.html#circhistory";>manual</a>
 (online).</strong></p>
 
-[% INCLUDE 'help-bottom.inc' %]
\ No newline at end of file
+[% INCLUDE 'help-bottom.inc' %]
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt 
b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt
index 245dece..0b31878 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/readingrec.tt
@@ -29,7 +29,6 @@
 [% IF ( loop_reading ) %]
 <form action="/cgi-bin/koha/members/readingrec.pl" method="get"><input 
type="hidden" name="borrowernumber" id="borrowernumber" value="[% 
borrowernumber %]" /></form>
 
-<p><a href="readingrec.pl?borrowernumber=[% borrowernumber 
%]&amp;op=export_barcodes">Export checkin barcodes</a></p>
 <div id="pagertable_readingrec">
 [% INCLUDE 'table-pager.inc' perpage='20' %]
 </div>
-- 
1.7.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/

Reply via email to