Bugzilla – Attachment 50002 Details for
Bug 7736
Edifact QUOTE and ORDER functionality
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
supplementary patch
0001-Bug-7736-Remove-obsolete-Schema-module.patch (text/plain), 2.59 KB, created by
Colin Campbell
on 2016-04-06 17:54:39 UTC
(
hide
)
Description:
supplementary patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2016-04-06 17:54:39 UTC
Size:
2.59 KB
patch
obsolete
>From 71da14a9f16f5a5f1f35c126f68a55a4567061d2 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Wed, 6 Apr 2016 18:45:42 +0100 >Subject: [PATCH] [Bug 7736] Remove obsolete Schema module > >msg_invoice is not used merged into patch in error >--- > Koha/Schema/Result/MsgInvoice.pm | 115 --------------------------------------- > 1 file changed, 115 deletions(-) > delete mode 100644 Koha/Schema/Result/MsgInvoice.pm > >diff --git a/Koha/Schema/Result/MsgInvoice.pm b/Koha/Schema/Result/MsgInvoice.pm >deleted file mode 100644 >index 830d6e5..0000000 >--- a/Koha/Schema/Result/MsgInvoice.pm >+++ /dev/null >@@ -1,115 +0,0 @@ >-use utf8; >-package Koha::Schema::Result::MsgInvoice; >- >-# Created by DBIx::Class::Schema::Loader >-# DO NOT MODIFY THE FIRST PART OF THIS FILE >- >-=head1 NAME >- >-Koha::Schema::Result::MsgInvoice >- >-=cut >- >-use strict; >-use warnings; >- >-use base 'DBIx::Class::Core'; >- >-=head1 TABLE: C<msg_invoice> >- >-=cut >- >-__PACKAGE__->table("msg_invoice"); >- >-=head1 ACCESSORS >- >-=head2 mi_id >- >- data_type: 'integer' >- is_auto_increment: 1 >- is_nullable: 0 >- >-=head2 msg_id >- >- data_type: 'integer' >- is_foreign_key: 1 >- is_nullable: 1 >- >-=head2 invoiceid >- >- data_type: 'integer' >- is_foreign_key: 1 >- is_nullable: 1 >- >-=cut >- >-__PACKAGE__->add_columns( >- "mi_id", >- { data_type => "integer", is_auto_increment => 1, is_nullable => 0 }, >- "msg_id", >- { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, >- "invoiceid", >- { data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, >-); >- >-=head1 PRIMARY KEY >- >-=over 4 >- >-=item * L</mi_id> >- >-=back >- >-=cut >- >-__PACKAGE__->set_primary_key("mi_id"); >- >-=head1 RELATIONS >- >-=head2 invoiceid >- >-Type: belongs_to >- >-Related object: L<Koha::Schema::Result::Aqinvoice> >- >-=cut >- >-__PACKAGE__->belongs_to( >- "invoiceid", >- "Koha::Schema::Result::Aqinvoice", >- { invoiceid => "invoiceid" }, >- { >- is_deferrable => 1, >- join_type => "LEFT", >- on_delete => "RESTRICT", >- on_update => "RESTRICT", >- }, >-); >- >-=head2 msg >- >-Type: belongs_to >- >-Related object: L<Koha::Schema::Result::EdifactMessage> >- >-=cut >- >-__PACKAGE__->belongs_to( >- "msg", >- "Koha::Schema::Result::EdifactMessage", >- { id => "msg_id" }, >- { >- is_deferrable => 1, >- join_type => "LEFT", >- on_delete => "RESTRICT", >- on_update => "RESTRICT", >- }, >-); >- >- >-# Created by DBIx::Class::Schema::Loader v0.07033 @ 2014-09-02 11:37:47 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:F1jqlEH57dpxn2Pvm/vPGA >- >- >-# You can replace this text with custom code or comments, and it will be preserved on regeneration >-1; >-- >2.5.5 >
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 7736
:
8275
|
8276
|
8446
|
8635
|
10226
|
12398
|
12438
|
12467
|
13071
|
15304
|
15729
|
16538
|
16629
|
16649
|
16652
|
16667
|
16732
|
16761
|
16779
|
16792
|
16864
|
16865
|
16866
|
16867
|
16868
|
16869
|
16870
|
16871
|
16872
|
16873
|
16874
|
16882
|
16883
|
16884
|
16885
|
16886
|
17120
|
17121
|
20983
|
20984
|
21475
|
33953
|
33957
|
34332
|
34833
|
35030
|
35106
|
35716
|
35717
|
35718
|
36738
|
44079
|
44080
|
44081
|
44082
|
44083
|
44084
|
46996
|
47004
|
48623
|
48624
|
48625
|
48626
|
48971
|
48972
|
48973
|
48974
|
48975
|
48976
|
49037
|
49038
|
49039
|
49040
|
49041
|
49042
|
49307
|
49850
|
50002
|
50008