Bugzilla – Attachment 186820 Details for
Bug 38489
EDI should be updated to use the new FTP/SFTP Servers management page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
DBIC - DO NOT PUSH
DBIC---DO-NOT-PUSH.patch (text/plain), 3.02 KB, created by
Jake Deery
on 2025-09-23 15:06:15 UTC
(
hide
)
Description:
DBIC - DO NOT PUSH
Filename:
MIME Type:
Creator:
Jake Deery
Created:
2025-09-23 15:06:15 UTC
Size:
3.02 KB
patch
obsolete
>From 1f5bd33880d9439610974233ba71930521c3bdbb Mon Sep 17 00:00:00 2001 >From: Jake Deery <jake.deery@openfifth.co.uk> >Date: Tue, 23 Sep 2025 15:02:53 +0000 >Subject: [PATCH] DBIC - DO NOT PUSH > >--- > Koha/Schema/Result/VendorEdiAccount.pm | 50 ++++++-------------------- > 1 file changed, 10 insertions(+), 40 deletions(-) > >diff --git a/Koha/Schema/Result/VendorEdiAccount.pm b/Koha/Schema/Result/VendorEdiAccount.pm >index 8a3d3fa79f5..15c156e8a1b 100644 >--- a/Koha/Schema/Result/VendorEdiAccount.pm >+++ b/Koha/Schema/Result/VendorEdiAccount.pm >@@ -34,31 +34,16 @@ __PACKAGE__->table("vendor_edi_accounts"); > data_type: 'mediumtext' > is_nullable: 0 > >-=head2 host >- >- data_type: 'varchar' >- is_nullable: 1 >- size: 40 >- >-=head2 username >- >- data_type: 'varchar' >- is_nullable: 1 >- size: 40 >- >-=head2 password >- >- data_type: 'mediumtext' >- is_nullable: 1 >- >-=head2 upload_port >+=head2 download_sftp_server_id > > data_type: 'integer' >+ is_foreign_key: 1 > is_nullable: 1 > >-=head2 download_port >+=head2 upload_sftp_server_id > > data_type: 'integer' >+ is_foreign_key: 1 > is_nullable: 1 > > =head2 last_activity >@@ -103,13 +88,6 @@ __PACKAGE__->table("vendor_edi_accounts"); > is_nullable: 1 > size: 3 > >-=head2 transport >- >- data_type: 'varchar' >- default_value: 'FTP' >- is_nullable: 1 >- size: 6 >- > =head2 quotes_enabled > > data_type: 'tinyint' >@@ -160,16 +138,10 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "description", > { data_type => "mediumtext", is_nullable => 0 }, >- "host", >- { data_type => "varchar", is_nullable => 1, size => 40 }, >- "username", >- { data_type => "varchar", is_nullable => 1, size => 40 }, >- "password", >- { data_type => "mediumtext", is_nullable => 1 }, >- "upload_port", >- { data_type => "integer", is_nullable => 1 }, >- "download_port", >- { data_type => "integer", is_nullable => 1 }, >+ "download_sftp_server_id", >+ { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, >+ "upload_sftp_server_id", >+ { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "last_activity", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "vendor_id", >@@ -184,8 +156,6 @@ __PACKAGE__->add_columns( > { data_type => "varchar", default_value => "EUR", is_nullable => 1, size => 3 }, > "id_code_qualifier", > { data_type => "varchar", default_value => 14, is_nullable => 1, size => 3 }, >- "transport", >- { data_type => "varchar", default_value => "FTP", is_nullable => 1, size => 6 }, > "quotes_enabled", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > "invoices_enabled", >@@ -272,8 +242,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-19 16:25:44 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jenUF3Wx7J7F5270mLQMbw >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-09-23 15:01:48 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fM9hmuOumA5SmcuhE5AN8w > > __PACKAGE__->add_columns( > '+auto_orders' => { is_boolean => 1 }, >-- >2.43.0
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 38489
:
175204
|
175205
|
175206
|
175207
|
176118
|
176119
|
176161
|
185324
|
186819
|
186820
|
186845
|
186846
|
186847
|
186848
|
186849
|
186850
|
186851
|
186852
|
186854
|
187080
|
187081
|
187082
|
187083
|
187084
|
187085
|
187086
|
187087
|
187088
|
187089
|
187108
|
187147
|
187148
|
187149
|
187150
|
187151
|
187152
|
187153
|
187154
|
187155
|
187156
|
187157
|
187158
|
187159
|
187270
|
187271
|
187272
|
187273
|
187274
|
187275
|
187276
|
187277
|
187278
|
187279
|
187280
|
187281
|
187283
|
187284
|
187285
|
187286
|
187287
|
187288
|
187289
|
187290
|
187291
|
187292
|
187293
|
187294