Bug 34748: Fix column name in columns configuration for basket table
authorKatrin Fischer <katrin.fischer.83@web.de>
Tue, 19 Sep 2023 21:33:00 +0000 (21:33 +0000)
committerJacob O'Mara <jacob.omara@ptfs-europe.com>
Tue, 17 Oct 2023 11:31:24 +0000 (12:31 +0100)
commitab5a9e387005067f726ab32756c274631e4f4f1a
tree695548f68b138495a457a9321970ae4a90c01fb2
parentf646329ee4a7d244fd4ae179e592360e3024efab
Bug 34748: Fix column name in columns configuration for basket table

The first column was named basket_number, but it's actually the
order_line.

To test:
* Edit column configuration for acquisition > basket
* Make sure to set at least one checkbox for 'basket_number'
* Apply patch, run database update
* Verify that the first column is now 'order_line', but your
  settings have been preserved

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit f9f9c3a7faeba4a36e233d867019dad495a09c25)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit afcbbb3469cff8f81171e3983a5b37da7a21bbd9)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
admin/columns_settings.yml
installer/data/mysql/atomicupdate/bug_34748_column_config_error.pl [new file with mode: 0755]