Bugzilla – Attachment 65899 Details for
Bug 15685
Allow creation of items (AcqCreateItem) to be customizable per-basket
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15685 - Schema changes
Bug-15685---Schema-changes.patch (text/plain), 1.70 KB, created by
Nick Clemens (kidclamp)
on 2017-08-11 12:01:24 UTC
(
hide
)
Description:
Bug 15685 - Schema changes
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-08-11 12:01:24 UTC
Size:
1.70 KB
patch
obsolete
>From eed1d99b2570cb5d47d396f3fb64a5507660d51f Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 11 Aug 2017 11:57:21 +0000 >Subject: [PATCH] Bug 15685 - Schema changes > >--- > Koha/Schema/Result/Aqbasket.pm | 16 ++++++++++++++-- > 1 file changed, 14 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Aqbasket.pm b/Koha/Schema/Result/Aqbasket.pm >index f4dd75d..d669a3f 100644 >--- a/Koha/Schema/Result/Aqbasket.pm >+++ b/Koha/Schema/Result/Aqbasket.pm >@@ -99,6 +99,12 @@ __PACKAGE__->table("aqbasket"); > is_nullable: 1 > size: 10 > >+=head2 create_items >+ >+ data_type: 'enum' >+ extra: {list => ["ordering","receiving","cataloguing"]} >+ is_nullable: 1 >+ > =head2 branch > > data_type: 'varchar' >@@ -146,6 +152,12 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 10 }, > "billingplace", > { data_type => "varchar", is_nullable => 1, size => 10 }, >+ "create_items", >+ { >+ data_type => "enum", >+ extra => { list => ["ordering", "receiving", "cataloguing"] }, >+ is_nullable => 1, >+ }, > "branch", > { data_type => "varchar", is_foreign_key => 1, is_nullable => 1, size => 10 }, > "is_standing", >@@ -297,8 +309,8 @@ Composing rels: L</aqbasketusers> -> borrowernumber > __PACKAGE__->many_to_many("borrowernumbers", "aqbasketusers", "borrowernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-04-29 13:13:55 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6gRJtrZ6ZXLHjqX281d9Hg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-08-11 11:47:26 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:XP2aUJa2L5DIgqHKizwFzw > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >2.1.4
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 15685
:
47783
|
55094
|
55096
|
57390
|
57392
|
57395
|
57424
|
57425
|
57426
|
57427
|
64918
|
64919
|
64920
|
64921
|
64922
|
65119
|
65120
|
65121
|
65122
|
65895
|
65896
|
65897
|
65898
|
65899
|
65900
|
66119
|
66120
|
66121
|
66122
|
66123
|
66124
|
67638
|
67639
|
67640
|
67641
|
67642
|
67643
|
67644
|
67645
|
67646
|
67647
|
67689
|
67690
|
67691
|
67692
|
67693
|
67694
|
67695
|
67696
|
67697
|
67698
|
67884
|
67898
|
67899
|
67900
|
67901
|
67902
|
67903
|
67904
|
67905
|
67906
|
67907
|
67908
|
67909
|
67910
|
67911