Bugzilla – Attachment 187471 Details for
Bug 35451
Add tablename field to additional_field_values
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35451: (QA follow-up) Add newlines to updated DBIC files as per Bug 40541
Bug-35451-QA-follow-up-Add-newlines-to-updated-DBI.patch (text/plain), 2.29 KB, created by
Paul Derscheid
on 2025-10-06 12:26:04 UTC
(
hide
)
Description:
Bug 35451: (QA follow-up) Add newlines to updated DBIC files as per Bug 40541
Filename:
MIME Type:
Creator:
Paul Derscheid
Created:
2025-10-06 12:26:04 UTC
Size:
2.29 KB
patch
obsolete
>From 79be8e6544f4fe3b14d4f9e39f1cb98bf4e846cf Mon Sep 17 00:00:00 2001 >From: Paul Derscheid <paul.derscheid@lmscloud.de> >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 <paul.derscheid@lmscloud.de> >--- > 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
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 35451
:
159390
|
159391
|
159392
|
159393
|
159394
|
159747
|
159748
|
159749
|
159750
|
159751
|
173147
|
173148
|
173149
|
173150
|
173151
|
173421
|
173422
|
173423
|
173424
|
173425
|
178332
|
178333
|
178334
|
178335
|
178336
|
178337
|
178338
|
178339
|
178340
|
178341
|
180806
|
180807
|
180808
|
180809
|
180810
|
182401
|
182402
|
182403
|
182404
|
182405
|
182406
|
182407
|
182408
|
182409
|
182410
|
182411
|
182412
|
182413
|
187210
|
187211
|
187212
|
187213
|
187214
|
187215
|
187216
|
187464
|
187465
|
187466
|
187467
|
187468
|
187469
|
187470
| 187471