@@ -, +, @@ 1) Head over to /cgi-bin/koha/admin/columns_settings.pl 2) Open the collapsed "Circulation" list, go to the "Holds" page 3) Check that the "Barcodes" column is missing from it. 4) Mark the last few columns for not to be 5) Open the circulations section, then open "Holds to pull" report 6) Apply the patch. 7) Reload the "table settings" page, check that the "Barcodes" 8) Check that on the "Circulation -> Holds to Pull" page all --- admin/columns_settings.yml | 2 ++ 1 file changed, 2 insertions(+) --- a/admin/columns_settings.yml +++ a/admin/columns_settings.yml @@ -1181,6 +1181,8 @@ modules: columnname: title - columnname: libraries + - + columnname: barcodes - columnname: call_numbers - --