Bugzilla – Attachment 180249 Details for
Bug 39518
Add the option to define the basket name in a MARC file when adding to a basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39518: Add DBIC file
Bug-39518-Add-DBIC-file.patch (text/plain), 1.60 KB, created by
Matt Blenkinsop
on 2025-04-02 08:01:40 UTC
(
hide
)
Description:
Bug 39518: Add DBIC file
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-04-02 08:01:40 UTC
Size:
1.60 KB
patch
obsolete
>From f1d193643ed88979f9ce0a48f9b28466884d345c Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@openfifth.co.uk> >Date: Wed, 2 Apr 2025 08:00:10 +0000 >Subject: [PATCH] Bug 39518: Add DBIC file > >--- > Koha/Schema/Result/MarcOrderAccount.pm | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/MarcOrderAccount.pm b/Koha/Schema/Result/MarcOrderAccount.pm >index 0595d9e3f15..61f867694a1 100644 >--- a/Koha/Schema/Result/MarcOrderAccount.pm >+++ b/Koha/Schema/Result/MarcOrderAccount.pm >@@ -132,6 +132,14 @@ the field that a vendor account has been mapped to in a marc record > > the value to be matched against the marc record > >+=head2 basket_name_field >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 10 >+ >+the field that a vendor can use to include a basket name that will be used to create the basket for the file >+ > =cut > > __PACKAGE__->add_columns( >@@ -163,6 +171,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 10 }, > "match_value", > { data_type => "varchar", is_nullable => 1, size => 50 }, >+ "basket_name_field", >+ { data_type => "varchar", is_nullable => 1, size => 10 }, > ); > > =head1 PRIMARY KEY >@@ -220,8 +230,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-11-11 15:30:10 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fbpPZlp8dGbDfmdsYTW0GQ >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-04-02 07:29:24 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2FN72k+fJ3Peiy7qgoFoLQ > > __PACKAGE__->add_columns( > '+parse_items' => { is_boolean => 1 }, >-- >2.48.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 39518
:
180248
|
180249
|
180250
|
180251
|
180271
|
180277
|
180278
|
180279
|
180280
|
180281
|
180286
|
180287
|
180288
|
180289
|
180290
|
180293
|
180294
|
180295
|
180296
|
180297
|
180553
|
180554
|
180555
|
180556
|
180557