Bug 22167 - Allow itemnumber column to be labelled differently when using batch item edit feature
Summary: Allow itemnumber column to be labelled differently when using batch item edit...
Status: RESOLVED DUPLICATE of bug 23390
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 19233
Blocks:
  Show dependency treegraph
 
Reported: 2019-01-18 13:46 UTC by Katrin Fischer
Modified: 2020-06-30 18:35 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Katrin Fischer 2019-01-18 13:46:17 UTC
Bug 19233 added a feature that allows you to send a list of items to the item batch edit from a saved SQL report. At the moment this only works, if your column is displayed as itemnumber.

Example:

Works:

show itemnumber from items; 

Doesn't work:

show itemnumber as "Item#" from items;

This is not nice for translations. It would be nice if there was a different way to mark the itemnumber and explicitly activate the feature.
Comment 1 Nick Clemens 2020-06-30 12:25:42 UTC
duplicate of 23390?
Comment 2 Katrin Fischer 2020-06-30 18:35:13 UTC
(In reply to Nick Clemens from comment #1)
> duplicate of 23390?

I believe you are correct :) I just showed this feature to the coworkers btw - we like it!

*** This bug has been marked as a duplicate of bug 23390 ***