From e5ec3df36e915debe642cda099cb334754fa14df Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop Date: Thu, 17 Aug 2023 12:21:54 +0000 Subject: [PATCH] Bug 34587: Code tidying Signed-off-by: Jessica Zairo Signed-off-by: Michaela Sieber Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi --- Koha/ERM/CounterFile.pm | 2 ++ Koha/ERM/CounterFiles.pm | 2 ++ Koha/ERM/CounterLog.pm | 2 ++ Koha/ERM/CounterLogs.pm | 2 ++ Koha/ERM/DefaultUsageReport.pm | 2 ++ Koha/ERM/DefaultUsageReports.pm | 2 ++ Koha/ERM/MonthlyUsage.pm | 2 ++ Koha/ERM/MonthlyUsages.pm | 2 ++ Koha/ERM/UsageDataProvider.pm | 2 ++ Koha/ERM/UsageDataProviders.pm | 2 ++ Koha/ERM/UsageDatabase.pm | 2 ++ Koha/ERM/UsageDatabases.pm | 2 ++ Koha/ERM/UsageItem.pm | 2 ++ Koha/ERM/UsageItems.pm | 2 ++ Koha/ERM/UsagePlatform.pm | 2 ++ Koha/ERM/UsagePlatforms.pm | 2 ++ Koha/ERM/UsageTitle.pm | 2 ++ Koha/ERM/UsageTitles.pm | 2 ++ Koha/ERM/YearlyUsage.pm | 2 ++ Koha/ERM/YearlyUsages.pm | 2 ++ Koha/REST/V1/ERM/CounterFiles.pm | 2 ++ Koha/REST/V1/ERM/CustomReports.pm | 2 ++ Koha/REST/V1/ERM/DefaultUsageReports.pm | 2 ++ Koha/REST/V1/ERM/UsageDataProviders.pm | 2 ++ Koha/REST/V1/ERM/UsageDatabases.pm | 2 ++ Koha/REST/V1/ERM/UsageItems.pm | 2 ++ Koha/REST/V1/ERM/UsagePlatforms.pm | 2 ++ Koha/REST/V1/ERM/UsageTitles.pm | 2 ++ ...UsageStatisticsDataProvidersFileImport.vue | 6 ++---- .../UsageStatisticsDataProvidersFormAdd.vue | 2 +- .../ERM/UsageStatisticsDataProvidersShow.vue | 6 +++--- .../ERM/UsageStatisticsReportBuilder.vue | 21 ++++++++++++------- .../ERM/UsageStatisticsReportsHome.vue | 6 +++--- .../ERM/UsageStatisticsSavedReports.vue | 2 +- t/db_dependent/api/v1/erm_usage_titles.t | 2 ++ 35 files changed, 81 insertions(+), 20 deletions(-) diff --git a/Koha/ERM/CounterFile.pm b/Koha/ERM/CounterFile.pm index 046d62f4e5..c0580c937f 100644 --- a/Koha/ERM/CounterFile.pm +++ b/Koha/ERM/CounterFile.pm @@ -1,5 +1,7 @@ package Koha::ERM::CounterFile; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/CounterFiles.pm b/Koha/ERM/CounterFiles.pm index e234c627eb..0cdd8f078c 100644 --- a/Koha/ERM/CounterFiles.pm +++ b/Koha/ERM/CounterFiles.pm @@ -1,5 +1,7 @@ package Koha::ERM::CounterFiles; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/CounterLog.pm b/Koha/ERM/CounterLog.pm index 150fca5ec7..473883da2e 100644 --- a/Koha/ERM/CounterLog.pm +++ b/Koha/ERM/CounterLog.pm @@ -1,5 +1,7 @@ package Koha::ERM::CounterLog; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/CounterLogs.pm b/Koha/ERM/CounterLogs.pm index a95d29991d..23934b8079 100644 --- a/Koha/ERM/CounterLogs.pm +++ b/Koha/ERM/CounterLogs.pm @@ -1,5 +1,7 @@ package Koha::ERM::CounterLogs; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/DefaultUsageReport.pm b/Koha/ERM/DefaultUsageReport.pm index 2203e87cfa..153b00dcb4 100644 --- a/Koha/ERM/DefaultUsageReport.pm +++ b/Koha/ERM/DefaultUsageReport.pm @@ -1,5 +1,7 @@ package Koha::ERM::DefaultUsageReport; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/DefaultUsageReports.pm b/Koha/ERM/DefaultUsageReports.pm index 4dbab9156d..b9d87f042e 100644 --- a/Koha/ERM/DefaultUsageReports.pm +++ b/Koha/ERM/DefaultUsageReports.pm @@ -1,5 +1,7 @@ package Koha::ERM::DefaultUsageReports; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/MonthlyUsage.pm b/Koha/ERM/MonthlyUsage.pm index b1ce0ada73..9677d631a6 100644 --- a/Koha/ERM/MonthlyUsage.pm +++ b/Koha/ERM/MonthlyUsage.pm @@ -1,5 +1,7 @@ package Koha::ERM::MonthlyUsage; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/MonthlyUsages.pm b/Koha/ERM/MonthlyUsages.pm index ed62b97c77..7aceb7ddce 100644 --- a/Koha/ERM/MonthlyUsages.pm +++ b/Koha/ERM/MonthlyUsages.pm @@ -1,5 +1,7 @@ package Koha::ERM::MonthlyUsages; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsageDataProvider.pm b/Koha/ERM/UsageDataProvider.pm index f7406e43b8..4e9230d221 100644 --- a/Koha/ERM/UsageDataProvider.pm +++ b/Koha/ERM/UsageDataProvider.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsageDataProvider; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsageDataProviders.pm b/Koha/ERM/UsageDataProviders.pm index 24986991d4..f546db483f 100644 --- a/Koha/ERM/UsageDataProviders.pm +++ b/Koha/ERM/UsageDataProviders.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsageDataProviders; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsageDatabase.pm b/Koha/ERM/UsageDatabase.pm index 628686a9a9..321259d7e1 100644 --- a/Koha/ERM/UsageDatabase.pm +++ b/Koha/ERM/UsageDatabase.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsageDatabase; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsageDatabases.pm b/Koha/ERM/UsageDatabases.pm index f9c0fe2fee..df807b9281 100644 --- a/Koha/ERM/UsageDatabases.pm +++ b/Koha/ERM/UsageDatabases.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsageDatabases; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsageItem.pm b/Koha/ERM/UsageItem.pm index b187cb3db0..59f224d605 100644 --- a/Koha/ERM/UsageItem.pm +++ b/Koha/ERM/UsageItem.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsageItem; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsageItems.pm b/Koha/ERM/UsageItems.pm index bae41a6f2a..88e7326fd5 100644 --- a/Koha/ERM/UsageItems.pm +++ b/Koha/ERM/UsageItems.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsageItems; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsagePlatform.pm b/Koha/ERM/UsagePlatform.pm index 947c34cf4b..711d310501 100644 --- a/Koha/ERM/UsagePlatform.pm +++ b/Koha/ERM/UsagePlatform.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsagePlatform; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsagePlatforms.pm b/Koha/ERM/UsagePlatforms.pm index f26158d531..c05bf05fa7 100644 --- a/Koha/ERM/UsagePlatforms.pm +++ b/Koha/ERM/UsagePlatforms.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsagePlatforms; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsageTitle.pm b/Koha/ERM/UsageTitle.pm index e8d607c141..5a043a2925 100644 --- a/Koha/ERM/UsageTitle.pm +++ b/Koha/ERM/UsageTitle.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsageTitle; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/UsageTitles.pm b/Koha/ERM/UsageTitles.pm index 235e8e2cc2..db7c9dcb60 100644 --- a/Koha/ERM/UsageTitles.pm +++ b/Koha/ERM/UsageTitles.pm @@ -1,5 +1,7 @@ package Koha::ERM::UsageTitles; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/YearlyUsage.pm b/Koha/ERM/YearlyUsage.pm index 86804b038f..e1038681dc 100644 --- a/Koha/ERM/YearlyUsage.pm +++ b/Koha/ERM/YearlyUsage.pm @@ -1,5 +1,7 @@ package Koha::ERM::YearlyUsage; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/ERM/YearlyUsages.pm b/Koha/ERM/YearlyUsages.pm index 502d96042e..95b4cc3cd4 100644 --- a/Koha/ERM/YearlyUsages.pm +++ b/Koha/ERM/YearlyUsages.pm @@ -1,5 +1,7 @@ package Koha::ERM::YearlyUsages; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/REST/V1/ERM/CounterFiles.pm b/Koha/REST/V1/ERM/CounterFiles.pm index 57e845a0e4..263be308ee 100644 --- a/Koha/REST/V1/ERM/CounterFiles.pm +++ b/Koha/REST/V1/ERM/CounterFiles.pm @@ -1,5 +1,7 @@ package Koha::REST::V1::ERM::CounterFiles; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/REST/V1/ERM/CustomReports.pm b/Koha/REST/V1/ERM/CustomReports.pm index c6afff8d67..f6e4795871 100644 --- a/Koha/REST/V1/ERM/CustomReports.pm +++ b/Koha/REST/V1/ERM/CustomReports.pm @@ -1,5 +1,7 @@ package Koha::REST::V1::ERM::CustomReports; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/REST/V1/ERM/DefaultUsageReports.pm b/Koha/REST/V1/ERM/DefaultUsageReports.pm index 21857be97b..1d5848dce3 100644 --- a/Koha/REST/V1/ERM/DefaultUsageReports.pm +++ b/Koha/REST/V1/ERM/DefaultUsageReports.pm @@ -1,5 +1,7 @@ package Koha::REST::V1::ERM::DefaultUsageReports; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/REST/V1/ERM/UsageDataProviders.pm b/Koha/REST/V1/ERM/UsageDataProviders.pm index 1a75a2b788..6d8ee7a11b 100644 --- a/Koha/REST/V1/ERM/UsageDataProviders.pm +++ b/Koha/REST/V1/ERM/UsageDataProviders.pm @@ -1,5 +1,7 @@ package Koha::REST::V1::ERM::UsageDataProviders; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/REST/V1/ERM/UsageDatabases.pm b/Koha/REST/V1/ERM/UsageDatabases.pm index a1754d7393..a0499800a9 100644 --- a/Koha/REST/V1/ERM/UsageDatabases.pm +++ b/Koha/REST/V1/ERM/UsageDatabases.pm @@ -1,5 +1,7 @@ package Koha::REST::V1::ERM::UsageDatabases; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/REST/V1/ERM/UsageItems.pm b/Koha/REST/V1/ERM/UsageItems.pm index 3807d4c320..55932534ab 100644 --- a/Koha/REST/V1/ERM/UsageItems.pm +++ b/Koha/REST/V1/ERM/UsageItems.pm @@ -1,5 +1,7 @@ package Koha::REST::V1::ERM::UsageItems; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/REST/V1/ERM/UsagePlatforms.pm b/Koha/REST/V1/ERM/UsagePlatforms.pm index 00ab253e09..de4ce91895 100644 --- a/Koha/REST/V1/ERM/UsagePlatforms.pm +++ b/Koha/REST/V1/ERM/UsagePlatforms.pm @@ -1,5 +1,7 @@ package Koha::REST::V1::ERM::UsagePlatforms; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/Koha/REST/V1/ERM/UsageTitles.pm b/Koha/REST/V1/ERM/UsageTitles.pm index b32493257b..445d8f4241 100644 --- a/Koha/REST/V1/ERM/UsageTitles.pm +++ b/Koha/REST/V1/ERM/UsageTitles.pm @@ -1,5 +1,7 @@ package Koha::REST::V1::ERM::UsageTitles; +# Copyright 2023 PTFS Europe + # This file is part of Koha. # # Koha is free software; you can redistribute it and/or modify it diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFileImport.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFileImport.vue index 3c48ee06ec..a3decf053c 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFileImport.vue +++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/UsageStatisticsDataProvidersFileImport.vue @@ -1,7 +1,7 @@