From 95c1cdfcac1b1e717238fe83cd9bb84b11a046f3 Mon Sep 17 00:00:00 2001 From: Slava Shishkin Date: Tue, 20 Dec 2022 16:49:57 +0200 Subject: [PATCH] Bug 32504: Fix typo columnname in columns_settings.yml Trivial fix. To reproduce: 1. Go to /cgi-bin/koha/admin/columns_settings.pl 2. Observe in the section Acquisition > Basket > Orders an empty field in the Column name, the row between fund and supplier_report rows: it was expected estimated_delivery_date value. 3. Apply the patch. 4. Restart Memcached (console: service memcached restart) 5. Reload cgi-bin/koha/admin/columns_settings.pl: that empty row now will have estimated_delivery_date value. Signed-off-by: Laura Escamilla Signed-off-by: Katrin Fischer --- admin/columns_settings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index ec2a21dcd3..d4da6b08ab 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -151,7 +151,7 @@ modules: - columnname: fund - - columnmame: estimated_delivery_date + columnname: estimated_delivery_date - columnname: supplier_report - -- 2.30.2