Bugzilla – Attachment 194504 Details for
Bug 41996
Further improvements to EDIFACT error recording
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41996: Schema Updates
1e48998.patch (text/plain), 1.47 KB, created by
Martin Renvoize (ashimema)
on 2026-03-05 13:02:47 UTC
(
hide
)
Description:
Bug 41996: Schema Updates
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2026-03-05 13:02:47 UTC
Size:
1.47 KB
patch
obsolete
>From 1e489985f5430af910723bf101d5469510bc7ec8 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@openfifth.co.uk> >Date: Thu, 5 Mar 2026 13:01:42 +0000 >Subject: [PATCH] Bug 41996: Schema Updates > >--- > Koha/Schema/Result/EdifactError.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/EdifactError.pm b/Koha/Schema/Result/EdifactError.pm >index 03d1f839409..c4633ebc7c2 100644 >--- a/Koha/Schema/Result/EdifactError.pm >+++ b/Koha/Schema/Result/EdifactError.pm >@@ -35,6 +35,12 @@ __PACKAGE__->table("edifact_errors"); > is_foreign_key: 1 > is_nullable: 0 > >+=head2 invoicenumber >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 48 >+ > =head2 date > > data_type: 'date' >@@ -58,6 +64,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, > "message_id", > { data_type => "integer", is_foreign_key => 1, is_nullable => 0 }, >+ "invoicenumber", >+ { data_type => "varchar", is_nullable => 1, size => 48 }, > "date", > { data_type => "date", datetime_undef_if_invalid => 1, is_nullable => 1 }, > "section", >@@ -96,8 +104,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-02-21 15:22:01 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e6TNAJbngU94ZrRDcp1OlQ >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-03-05 11:19:08 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:18c9vI4S/e07vp/LxlAipw > > =head1 OBJECT HELPERS > >-- >2.53.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 41996
:
194502
|
194503
| 194504 |
194505
|
194506