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

--- Comment #1 from Jonathan Druart <[email protected]> ---
Created attachment 188321
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=188321&action=edit
Bug 41082: Fix batch tools from reports when itemnumber col has been renamed

Description from comment 0

When creating an SQL report and it contains the column itemnumber, we
activate batch operations above the table. The itemnumber column can be
renamed, using the syntax [[itemnumber|Exemplarnummer]], which gives us
the option to translate the column name into something nicer for
display.

But: if you then send to batch item edit, the items are not transmitted.

Test plan:

1) Create a report:
select itemnumber, itemcallnumber from items;

2) Send some items to batch item edit, verify the items are shown above the
item form

3) Update the report:
select [[itemnumber|Exemplarnummer]], itemcallnumber from items;

4) Verify the report still shows as before with the batch options available and
only the column being renamed.

5) Send some items to the batch item edit again

=> verify the items are shown above the item form

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to