Bugzilla – Attachment 175145 Details for
Bug 23005
Specify notice language for vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23005: DBIC file
Bug-23005-DBIC-file.patch (text/plain), 1.02 KB, created by
Matt Blenkinsop
on 2024-12-04 10:17:09 UTC
(
hide
)
Description:
Bug 23005: DBIC file
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-12-04 10:17:09 UTC
Size:
1.02 KB
patch
obsolete
>From 4bc1a91c1d83a22efede4736343f04ad3a21446b Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 18 Oct 2024 15:41:36 +0000 >Subject: [PATCH] Bug 23005: DBIC file > >--- > Koha/Schema/Result/Aqbookseller.pm | 10 ++++++++++ > 1 file changed, 10 insertions(+) > >diff --git a/Koha/Schema/Result/Aqbookseller.pm b/Koha/Schema/Result/Aqbookseller.pm >index f5bf4070509..528713c9bff 100644 >--- a/Koha/Schema/Result/Aqbookseller.pm >+++ b/Koha/Schema/Result/Aqbookseller.pm >@@ -202,6 +202,14 @@ external id of the vendor > > the payment method for the vendor > >+=head2 language >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 255 >+ >+the language for the vendor >+ > =cut > > __PACKAGE__->add_columns( >@@ -253,6 +261,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 255 }, > "payment_method", > { data_type => "varchar", is_nullable => 1, size => 255 }, >+ "language", >+ { data_type => "varchar", is_nullable => 1, size => 255 }, > ); > > =head1 PRIMARY KEY >-- >2.39.3 (Apple Git-146)
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 23005
:
175144
| 175145 |
175146