Bugzilla – Attachment 105421 Details for
Bug 25557
Column config table in acquisitions order does not match the acq table in baskets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25557: Correct basket.pl column config
Bug-25557-Correct-basketpl-column-config.patch (text/plain), 1.50 KB, created by
Victor Grousset/tuxayo
on 2020-05-28 16:06:24 UTC
(
hide
)
Description:
Bug 25557: Correct basket.pl column config
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-05-28 16:06:24 UTC
Size:
1.50 KB
patch
obsolete
>From f29d9a8554d5bade06a97bf8ee2f5126ebf0fca0 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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 <victor@tuxayo.net> >--- > 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 323c431d6e..9923463df9 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -79,13 +79,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.26.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 25557
:
105235
|
105421
|
105425
|
105426