Bugzilla – Attachment 185223 Details for
Bug 20253
Optionally use buyer's purchase order number from EDIFACT quote in basket name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20253: DBIC Schema
Bug-20253-DBIC-Schema.patch (text/plain), 1.74 KB, created by
Martin Renvoize (ashimema)
on 2025-08-07 15:27:18 UTC
(
hide
)
Description:
Bug 20253: DBIC Schema
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2025-08-07 15:27:18 UTC
Size:
1.74 KB
patch
obsolete
>From c12666ecad834c205be17ed7440c61ae29eddb81 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Thu, 10 Jul 2025 17:19:00 +0100 >Subject: [PATCH] Bug 20253: DBIC Schema > >--- > Koha/Schema/Result/VendorEdiAccount.pm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/VendorEdiAccount.pm b/Koha/Schema/Result/VendorEdiAccount.pm >index 8a3d3fa79f5..418ab7390e4 100644 >--- a/Koha/Schema/Result/VendorEdiAccount.pm >+++ b/Koha/Schema/Result/VendorEdiAccount.pm >@@ -153,6 +153,12 @@ __PACKAGE__->table("vendor_edi_accounts"); > is_nullable: 0 > size: 256 > >+=head2 po_is_basketname >+ >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 0 >+ > =cut > > __PACKAGE__->add_columns( >@@ -200,6 +206,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, > "plugin", > { data_type => "varchar", default_value => "", is_nullable => 0, size => 256 }, >+ "po_is_basketname", >+ { data_type => "tinyint", default_value => 0, is_nullable => 0 }, > ); > > =head1 PRIMARY KEY >@@ -272,13 +280,14 @@ __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-07-11 14:34:08 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:xOaWr6e68TXLc0RWuL+UHw > > __PACKAGE__->add_columns( > '+auto_orders' => { is_boolean => 1 }, > '+invoices_enabled' => { is_boolean => 1 }, > '+orders_enabled' => { is_boolean => 1 }, >+ '+po_is_basketname' => { is_boolean => 1 }, > '+quotes_enabled' => { is_boolean => 1 }, > '+responses_enabled' => { is_boolean => 1 }, > ); >-- >2.50.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 20253
:
183859
|
183860
|
183861
|
183862
|
183953
|
183954
|
183955
|
183956
|
183957
|
183958
|
184000
|
184001
|
184002
|
184003
|
184004
|
184005
|
184006
|
184007
|
185221
|
185222
| 185223 |
185224
|
185225
|
185226
|
185227
|
185228