From 79be8e6544f4fe3b14d4f9e39f1cb98bf4e846cf Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Mon, 6 Oct 2025 14:23:11 +0200 Subject: [PATCH] Bug 35451: (QA follow-up) Add newlines to updated DBIC files as per Bug 40541 Signed-off-by: Paul Derscheid --- Koha/Schema/Result/Accountline.pm | 3 ++- Koha/Schema/Result/AdditionalFieldValue.pm | 3 ++- Koha/Schema/Result/Aqbasket.pm | 3 ++- Koha/Schema/Result/Aqinvoice.pm | 3 ++- Koha/Schema/Result/Aqorder.pm | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Koha/Schema/Result/Accountline.pm b/Koha/Schema/Result/Accountline.pm index 27814fe87cd..27a7351eea8 100644 --- a/Koha/Schema/Result/Accountline.pm +++ b/Koha/Schema/Result/Accountline.pm @@ -522,4 +522,5 @@ sub koha_object_class { 'Koha::Account::Line'; } -1; \ No newline at end of file +1; + diff --git a/Koha/Schema/Result/AdditionalFieldValue.pm b/Koha/Schema/Result/AdditionalFieldValue.pm index d5e376888a9..6f7b4bee6e3 100644 --- a/Koha/Schema/Result/AdditionalFieldValue.pm +++ b/Koha/Schema/Result/AdditionalFieldValue.pm @@ -116,4 +116,5 @@ __PACKAGE__->belongs_to( # You can replace this text with custom code or comments, and it will be preserved on regeneration -1; \ No newline at end of file +1; + diff --git a/Koha/Schema/Result/Aqbasket.pm b/Koha/Schema/Result/Aqbasket.pm index 2edf001fa44..d54a0d59af1 100644 --- a/Koha/Schema/Result/Aqbasket.pm +++ b/Koha/Schema/Result/Aqbasket.pm @@ -408,4 +408,5 @@ __PACKAGE__->add_columns( '+is_standing' => { is_boolean => 1 } ); -1; \ No newline at end of file +1; + diff --git a/Koha/Schema/Result/Aqinvoice.pm b/Koha/Schema/Result/Aqinvoice.pm index 09fc0c698cc..05c6d032375 100644 --- a/Koha/Schema/Result/Aqinvoice.pm +++ b/Koha/Schema/Result/Aqinvoice.pm @@ -254,4 +254,5 @@ sub koha_objects_class { 'Koha::Acquisition::Invoices'; } -1; \ No newline at end of file +1; + diff --git a/Koha/Schema/Result/Aqorder.pm b/Koha/Schema/Result/Aqorder.pm index a602de8aa51..5e21c150d6f 100644 --- a/Koha/Schema/Result/Aqorder.pm +++ b/Koha/Schema/Result/Aqorder.pm @@ -921,4 +921,5 @@ __PACKAGE__->add_columns( '+uncertainprice' => { is_boolean => 1 } ); -1; \ No newline at end of file +1; + -- 2.39.5