[Koha-bugs] [Bug 19233] Add ability to send itemnumbers in report results to batch modification

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 19 20:31:29 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19233

Jonathan Druart <jonathan.druart at bugs.koha-community.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart at bugs.koha-c
                   |                            |ommunity.org

--- Comment #16 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
+            $(".send_to_item_mod").click(function(e){
+                e.preventDefault();
+               
$("#report_results").attr("action","/cgi-bin/koha/tools/batchMod.pl");
+                $("#report_results").submit();
+            });

This sounds hacky at first glance, why this trick?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list