Bugzilla – Attachment 164872 Details for
Bug 36593
Add support for the `time` column type on TestBuilder
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36593: Add missing koha_object(s)_class methods to LibraryHour.pm (bug 9796)
Bug-36593-Add-missing-kohaobjectsclass-methods-to-.patch (text/plain), 1.01 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-04-15 10:09:31 UTC
(
hide
)
Description:
Bug 36593: Add missing koha_object(s)_class methods to LibraryHour.pm (bug 9796)
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-04-15 10:09:31 UTC
Size:
1.01 KB
patch
obsolete
>From 346711498c8382802b8664dc82d20eba693cb639 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Mon, 15 Apr 2024 06:57:49 -0300 >Subject: [PATCH] Bug 36593: Add missing koha_object(s)_class methods to > LibraryHour.pm (bug 9796) > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > Koha/Schema/Result/LibraryHour.pm | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/LibraryHour.pm b/Koha/Schema/Result/LibraryHour.pm >index 9c11cd6c554..a01cbe94e22 100644 >--- a/Koha/Schema/Result/LibraryHour.pm >+++ b/Koha/Schema/Result/LibraryHour.pm >@@ -100,6 +100,11 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-12 08:58:44 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1W6KcIBKWaCCu/UEXF+zug > >+sub koha_objects_class { >+ 'Koha::Library::Hours'; >+} >+sub koha_object_class { >+ 'Koha::Library::Hour'; >+} > >-# You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.44.0
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 36593
:
164871
|
164872
|
164881
|
164882