From 38d9f8599adfe7604c1d31b9e464dbc26f34241d Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 8 Jun 2021 10:55:25 -0400 Subject: [PATCH] currency: remove tooltip from Exchange Rates column LH#51 Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/admin/acq/currency/currencies.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/admin/acq/currency/currencies.component.html b/Open-ILS/src/eg2/src/app/staff/admin/acq/currency/currencies.component.html index af4b9ad407..539e6377b2 100644 --- a/Open-ILS/src/eg2/src/app/staff/admin/acq/currency/currencies.component.html +++ b/Open-ILS/src/eg2/src/app/staff/admin/acq/currency/currencies.component.html @@ -68,7 +68,7 @@ + [sortable]="false" [filterable]="false" [cellTemplate]="exchangeRatesTmpl" [disableTooltip]="true"> -- 2.11.0