Bugzilla – Attachment 175141 Details for
Bug 38207
Add vendor payment methods
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38207: DBIC file
Bug-38207-DBIC-file.patch (text/plain), 1.01 KB, created by
Matt Blenkinsop
on 2024-12-04 10:13:17 UTC
(
hide
)
Description:
Bug 38207: DBIC file
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2024-12-04 10:13:17 UTC
Size:
1.01 KB
patch
obsolete
>From bf2bb77ddb92cfa96ddaa5104411e1f067539f4f Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 18 Oct 2024 14:49:14 +0000 >Subject: [PATCH] Bug 38207: 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 02e045c41f0..f5bf4070509 100644 >--- a/Koha/Schema/Result/Aqbookseller.pm >+++ b/Koha/Schema/Result/Aqbookseller.pm >@@ -194,6 +194,14 @@ vendor delivery time > > external id of the vendor > >+=head2 payment_method >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 255 >+ >+the payment method for the vendor >+ > =cut > > __PACKAGE__->add_columns( >@@ -243,6 +251,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_nullable => 1 }, > "external_id", > { data_type => "varchar", is_nullable => 1, size => 255 }, >+ "payment_method", >+ { 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 38207
:
175140
| 175141 |
175142
|
175143