Bug 22167

Summary: Allow itemnumber column to be labelled differently when using batch item edit feature
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: ReportsAssignee: Bugs List <koha-bugs>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: josef.moravec, nick
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 19233    
Bug Blocks:    

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 ***