View | Details | Raw Unified | Return to bug 14045
Collapse All | Expand All

(-)a/Koha/Schema/Result/BranchBorrowerCircRule.pm (-2 / +9 lines)
Lines 42-47 __PACKAGE__->table("branch_borrower_circ_rules"); Link Here
42
  data_type: 'integer'
42
  data_type: 'integer'
43
  is_nullable: 1
43
  is_nullable: 1
44
44
45
=head2 maxonsiteissueqty
46
47
  data_type: 'integer'
48
  is_nullable: 1
49
45
=cut
50
=cut
46
51
47
__PACKAGE__->add_columns(
52
__PACKAGE__->add_columns(
Lines 51-56 __PACKAGE__->add_columns( Link Here
51
  { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 10 },
56
  { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 10 },
52
  "maxissueqty",
57
  "maxissueqty",
53
  { data_type => "integer", is_nullable => 1 },
58
  { data_type => "integer", is_nullable => 1 },
59
  "maxonsiteissueqty",
60
  { data_type => "integer", is_nullable => 1 },
54
);
61
);
55
62
56
=head1 PRIMARY KEY
63
=head1 PRIMARY KEY
Lines 100-107 __PACKAGE__->belongs_to( Link Here
100
);
107
);
101
108
102
109
103
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
110
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39
104
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:X24Sil3WTnxoeAa/16tpUQ
111
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MrhgFhfjV71AC5PXmvRPzg
105
112
106
113
107
# You can replace this text with custom content, and it will be preserved on regeneration
114
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/DefaultBorrowerCircRule.pm (-2 / +9 lines)
Lines 35-40 __PACKAGE__->table("default_borrower_circ_rules"); Link Here
35
  data_type: 'integer'
35
  data_type: 'integer'
36
  is_nullable: 1
36
  is_nullable: 1
37
37
38
=head2 maxonsiteissueqty
39
40
  data_type: 'integer'
41
  is_nullable: 1
42
38
=cut
43
=cut
39
44
40
__PACKAGE__->add_columns(
45
__PACKAGE__->add_columns(
Lines 42-47 __PACKAGE__->add_columns( Link Here
42
  { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 10 },
47
  { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 10 },
43
  "maxissueqty",
48
  "maxissueqty",
44
  { data_type => "integer", is_nullable => 1 },
49
  { data_type => "integer", is_nullable => 1 },
50
  "maxonsiteissueqty",
51
  { data_type => "integer", is_nullable => 1 },
45
);
52
);
46
53
47
=head1 PRIMARY KEY
54
=head1 PRIMARY KEY
Lines 74-81 __PACKAGE__->belongs_to( Link Here
74
);
81
);
75
82
76
83
77
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
84
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39
78
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bZVuSuLu0IxPcJMaUUjbSw
85
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EQ8PdQhM6+5K582+AL5ZXQ
79
86
80
87
81
# You can replace this text with custom content, and it will be preserved on regeneration
88
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/DefaultBranchCircRule.pm (-2 / +9 lines)
Lines 35-40 __PACKAGE__->table("default_branch_circ_rules"); Link Here
35
  data_type: 'integer'
35
  data_type: 'integer'
36
  is_nullable: 1
36
  is_nullable: 1
37
37
38
=head2 maxonsiteissueqty
39
40
  data_type: 'integer'
41
  is_nullable: 1
42
38
=head2 holdallowed
43
=head2 holdallowed
39
44
40
  data_type: 'tinyint'
45
  data_type: 'tinyint'
Lines 53-58 __PACKAGE__->add_columns( Link Here
53
  { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 10 },
58
  { data_type => "varchar", is_foreign_key => 1, is_nullable => 0, size => 10 },
54
  "maxissueqty",
59
  "maxissueqty",
55
  { data_type => "integer", is_nullable => 1 },
60
  { data_type => "integer", is_nullable => 1 },
61
  "maxonsiteissueqty",
62
  { data_type => "integer", is_nullable => 1 },
56
  "holdallowed",
63
  "holdallowed",
57
  { data_type => "tinyint", is_nullable => 1 },
64
  { data_type => "tinyint", is_nullable => 1 },
58
  "returnbranch",
65
  "returnbranch",
Lines 89-96 __PACKAGE__->belongs_to( Link Here
89
);
96
);
90
97
91
98
92
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
99
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39
93
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Uw1Y82CgbAY8ndLOucN70g
100
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:p95r3cEx85NtMTEAgiRgBw
94
101
95
102
96
# You can replace this text with custom content, and it will be preserved on regeneration
103
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/DefaultCircRule.pm (-2 / +9 lines)
Lines 35-40 __PACKAGE__->table("default_circ_rules"); Link Here
35
  data_type: 'integer'
35
  data_type: 'integer'
36
  is_nullable: 1
36
  is_nullable: 1
37
37
38
=head2 maxonsiteissueqty
39
40
  data_type: 'integer'
41
  is_nullable: 1
42
38
=head2 holdallowed
43
=head2 holdallowed
39
44
40
  data_type: 'integer'
45
  data_type: 'integer'
Lines 58-63 __PACKAGE__->add_columns( Link Here
58
  },
63
  },
59
  "maxissueqty",
64
  "maxissueqty",
60
  { data_type => "integer", is_nullable => 1 },
65
  { data_type => "integer", is_nullable => 1 },
66
  "maxonsiteissueqty",
67
  { data_type => "integer", is_nullable => 1 },
61
  "holdallowed",
68
  "holdallowed",
62
  { data_type => "integer", is_nullable => 1 },
69
  { data_type => "integer", is_nullable => 1 },
63
  "returnbranch",
70
  "returnbranch",
Lines 77-84 __PACKAGE__->add_columns( Link Here
77
__PACKAGE__->set_primary_key("singleton");
84
__PACKAGE__->set_primary_key("singleton");
78
85
79
86
80
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
87
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39
81
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:I4hY1uJ+wDoWPIiZj5amVg
88
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TLEpv+H3v7P3psVl+WMA0Q
82
89
83
90
84
# You can replace this text with custom content, and it will be preserved on regeneration
91
# You can replace this text with custom content, and it will be preserved on regeneration
(-)a/Koha/Schema/Result/Issuingrule.pm (-3 / +9 lines)
Lines 96-101 __PACKAGE__->table("issuingrules"); Link Here
96
  data_type: 'integer'
96
  data_type: 'integer'
97
  is_nullable: 1
97
  is_nullable: 1
98
98
99
=head2 maxonsiteissueqty
100
101
  data_type: 'integer'
102
  is_nullable: 1
103
99
=head2 issuelength
104
=head2 issuelength
100
105
101
  data_type: 'integer'
106
  data_type: 'integer'
Lines 203-208 __PACKAGE__->add_columns( Link Here
203
  { data_type => "varchar", is_nullable => 1, size => 100 },
208
  { data_type => "varchar", is_nullable => 1, size => 100 },
204
  "maxissueqty",
209
  "maxissueqty",
205
  { data_type => "integer", is_nullable => 1 },
210
  { data_type => "integer", is_nullable => 1 },
211
  "maxonsiteissueqty",
212
  { data_type => "integer", is_nullable => 1 },
206
  "issuelength",
213
  "issuelength",
207
  { data_type => "integer", is_nullable => 1 },
214
  { data_type => "integer", is_nullable => 1 },
208
  "lengthunit",
215
  "lengthunit",
Lines 253-260 __PACKAGE__->add_columns( Link Here
253
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype");
260
__PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype");
254
261
255
262
256
# Created by DBIx::Class::Schema::Loader v0.07040 @ 2014-12-19 07:00:40
263
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-05-13 17:48:39
257
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:CE8yuYC5QgPHI2GOjiT28w
264
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:H6LuTmUWdqmjCc5L4hsTQA
258
265
259
266
260
# You can replace this text with custom content, and it will be preserved on regeneration
267
# You can replace this text with custom content, and it will be preserved on regeneration
261
- 

Return to bug 14045