Bugzilla – Attachment 153132 Details for
Bug 33105
Add vendor issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33105: DBIC specific
Bug-33105-DBIC-specific.patch (text/plain), 1.14 KB, created by
Marcel de Rooy
on 2023-07-07 09:15:35 UTC
(
hide
)
Description:
Bug 33105: DBIC specific
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-07-07 09:15:35 UTC
Size:
1.14 KB
patch
obsolete
>From 8d7f0898e4ce4eea831d20678fbf057bb33dfc4e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 11 Apr 2023 22:38:45 +0200 >Subject: [PATCH] Bug 33105: DBIC specific >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Jonathan Field <jonathan.fieeld@ptfs-europe.com> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > Koha/Schema/Result/AqbooksellerIssue.pm | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/AqbooksellerIssue.pm b/Koha/Schema/Result/AqbooksellerIssue.pm >index 7ed7e43e1e..8185644132 100644 >--- a/Koha/Schema/Result/AqbooksellerIssue.pm >+++ b/Koha/Schema/Result/AqbooksellerIssue.pm >@@ -120,6 +120,11 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-30 09:54:35 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ljn21/DFV5QvS5z3kDrBwQ > >+sub koha_object_class { >+ 'Koha::Acquisition::Bookseller::Issue'; >+} >+sub koha_objects_class { >+ 'Koha::Acquisition::Bookseller::Issues'; >+} > >-# You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.30.2
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 33105
:
149509
|
149510
|
149511
|
149512
|
149513
|
149514
|
149515
|
149530
|
149531
|
149532
|
149556
|
149557
|
149558
|
149559
|
149560
|
149561
|
149562
|
152894
|
152895
|
152896
|
152897
|
152898
|
152899
|
152900
|
153117
|
153118
|
153119
|
153122
|
153123
|
153125
|
153126
|
153127
|
153128
|
153129
|
153130
|
153131
| 153132 |
153133
|
153134
|
153135
|
153136
|
153137
|
153730
|
153731