Hi, It would be fine to see field copynumber from items on overdue circulation report (/cgi-bin/koha/circ/overdue.pl) and in columns_settings on circ-overdues Thanks, Marjorie
Created attachment 142034 [details] [review] Bug 28577: Add column for copynumber to overdues report This adds the copynumber as optional column to the circulation report 'overdues'. The column can be made visible temporarily or permanently using the table settings configuration. To test: * Make sure you have some overdue checkouts in your installation. * Make sure the items for those checkouts have copynumber set, also one should have serial enumaration. * Go to circulation > overdues * Verify the copynumber column is hidden by default, but can be made visible using the column settings * Verify that the export to CSV via the link on top of the table (not the table export) works correctly and includes both: copynumber and serial enumeration Serial enumaration shows after the title in the overdues list, but was missing from export. This was also fixed here.
Created attachment 142090 [details] Screenshots of column display and settings table Hi Katrin. After the patch is applied (see attached screenshots): - Item type is displaying in the copy number column, and copy number is displaying in the item type column. - There is no column name label in the table settings (and the wrong columns are toggled). David
(In reply to David Nind from comment #2) > Created attachment 142090 [details] > Screenshots of column display and settings table > > Hi Katrin. > > After the patch is applied (see attached screenshots): > > - Item type is displaying in the copy number column, and copy number is > displaying in the item type column. > > - There is no column name label in the table settings (and the wrong columns > are toggled). > > David Hm, I wonder what I did there, will have a look.
In admin/columns_settings.yml columnname is spelt incorrectly - spelt as columname (In reply to Katrin Fischer from comment #3) > (In reply to David Nind from comment #2) > > Created attachment 142090 [details] > > Screenshots of column display and settings table > > > > Hi Katrin. > > > > After the patch is applied (see attached screenshots): > > > > - Item type is displaying in the copy number column, and copy number is > > displaying in the item type column. > > > > - There is no column name label in the table settings (and the wrong columns > > are toggled). > > > > David > > Hm, I wonder what I did there, will have a look. For the column name label not displaying, columnname is spelt incorrectly in admin/columns_settings.yml - spelt as columname. (Spotted by Lucas for bug 21381.)