From 3701a14e16899cb71bd8fa6b8ae58a1e7dec0cd0 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 21 May 2020 23:42:01 +0000 Subject: [PATCH] Bug 25557: Correct basket.pl column config This patch corrects the column configuration tool for basket.pl TO TEST: 1. Go to Acquisitions and look at basket.pl 2. Open another tab and go to column configuration and try to hide some columns like Quantity. 3. See that the wrong columns are being hidden. 4. Apply patch 5. Trying hiding each column in the table and make sure the correct one is being hidden. 6. Rejoice! Signed-off-by: Victor Grousset/tuxayo Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart (cherry picked from commit 79f7879303724aa1ae69db8c3f2ea5aa34148dc5) Signed-off-by: Lucas Gass (cherry picked from commit e63e40d6d42454eeef2dbe47a3f32d33d5e7950f) Signed-off-by: Aleisha Amohia (cherry picked from commit 3715c8680031d3da17c193e7de3583b88c58a8ee) Signed-off-by: Victor Grousset/tuxayo --- admin/columns_settings.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml index 221e77ccdb..20fddae1db 100644 --- a/admin/columns_settings.yml +++ b/admin/columns_settings.yml @@ -68,13 +68,17 @@ modules: - columnname: recommended_retail_price_tax_excluded - - columnname: ecost_tax_excluded + columnname: actual_cost_tax_excluded + - + columnname: budgeted_cost_price_tax_included - columnname: recommended_retail_price_tax_included is_hidden: 1 - - columnname: ecost_tax_included + columnname: actual_cost_tax_included is_hidden: 1 + - + columnname: budgeted_cost_tax_included - columnname: replacement_price - -- 2.20.1