Bugzilla – Attachment 147623 Details for
Bug 33103
Add vendor aliases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33103: DBIC specific
Bug-33103-DBIC-specific.patch (text/plain), 1001 bytes, created by
Jonathan Druart
on 2023-03-02 14:34:32 UTC
(
hide
)
Description:
Bug 33103: DBIC specific
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-03-02 14:34:32 UTC
Size:
1001 bytes
patch
obsolete
>From 5eefbef3fddbe39d8da6c024b9bac167bd24a10a Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 1 Mar 2023 11:21:21 +0100 >Subject: [PATCH] Bug 33103: DBIC specific > >--- > Koha/Schema/Result/AqbooksellerAlias.pm | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/Koha/Schema/Result/AqbooksellerAlias.pm b/Koha/Schema/Result/AqbooksellerAlias.pm >index fd983336b54..95ba55827ab 100644 >--- a/Koha/Schema/Result/AqbooksellerAlias.pm >+++ b/Koha/Schema/Result/AqbooksellerAlias.pm >@@ -91,6 +91,11 @@ __PACKAGE__->belongs_to( > # Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-03-01 10:07:31 > # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9s3K0S0BfrHLN/V3X9DB1A > >+sub koha_object_class { >+ 'Koha::Acquisition::Bookseller::Alias'; >+} >+sub koha_objects_class { >+ 'Koha::Acquisition::Bookseller::Aliases'; >+} > >-# You can replace this text with custom code or comments, and it will be preserved on regeneration > 1; >-- >2.25.1
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 33103
:
147621
|
147622
|
147623
|
147624
|
147625
|
147626
|
147627
|
147628
|
147629
|
147630
|
147645
|
147646
|
147647
|
147648
|
147649
|
147650
|
147651
|
147652
|
147653
|
147654
|
147827
|
148448
|
148449
|
148450
|
148451
|
148452
|
148453
|
148454
|
148455
|
148456
|
148457
|
148458
|
149414
|
149419
|
149479
|
149480
|
149481
|
149482
|
149483
|
149484
|
149485
|
149486
|
149487
|
149488
|
149489
|
149490
|
149491
|
149606
|
149607
|
149608
|
149609
|
149629
|
149630
|
149788