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

(-)a/Koha/Schema/Result/AccountOffset.pm (-1 / +6 lines)
Lines 156-161 __PACKAGE__->belongs_to( Link Here
156
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-20 16:27:04
156
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-20 16:27:04
157
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tPPrIug2c7PbDO7LCxCJAA
157
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tPPrIug2c7PbDO7LCxCJAA
158
158
159
sub koha_object_class {
160
    'Koha::Account::Offset';
161
}
162
sub koha_objects_class {
163
    'Koha::Account::Offsets';
164
}
159
165
160
# You can replace this text with custom code or comments, and it will be preserved on regeneration
161
1;
166
1;
(-)a/Koha/Schema/Result/Aqbasket.pm (-1 / +7 lines)
Lines 328-332 __PACKAGE__->has_many( Link Here
328
  { cascade_copy => 0, cascade_delete => 0 },
328
  { cascade_copy => 0, cascade_delete => 0 },
329
);
329
);
330
330
331
# You can replace this text with custom code or comments, and it will be preserved on regeneration
331
sub koha_object_class {
332
    'Koha::Acquisition::Basket';
333
}
334
sub koha_objects_class {
335
    'Koha::Acquisition::Baskets';
336
}
337
332
1;
338
1;
(-)a/Koha/Schema/Result/Aqbasketgroup.pm (-1 / +7 lines)
Lines 139-143 __PACKAGE__->belongs_to( Link Here
139
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9cEWAMwcFKPYPEG1CaaD3w
139
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9cEWAMwcFKPYPEG1CaaD3w
140
140
141
141
142
# You can replace this text with custom content, and it will be preserved on regeneration
142
sub koha_object_class {
143
    'Koha::Acquisition::BasketGroup';
144
}
145
sub koha_objects_class {
146
    'Koha::Acquisition::BasketGroups';
147
}
148
143
1;
149
1;
(-)a/Koha/Schema/Result/Aqbookseller.pm (-1 / +6 lines)
Lines 392-397 __PACKAGE__->add_columns( Link Here
392
    '+invoiceincgst' => { is_boolean => 1 },
392
    '+invoiceincgst' => { is_boolean => 1 },
393
);
393
);
394
394
395
sub koha_object_class {
396
    'Koha::Acquisition::Bookseller';
397
}
398
sub koha_objects_class {
399
    'Koha::Acquisition::Booksellers';
400
}
395
401
396
# You can replace this text with custom code or comments, and it will be preserved on regeneration
397
1;
402
1;
(-)a/Koha/Schema/Result/Aqbudget.pm (-1 / +7 lines)
Lines 302-306 __PACKAGE__->many_to_many("borrowernumbers", "aqbudgetborrowers", "borrowernumbe Link Here
302
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zB7ox8a4KdDGq5fsbQfLGQ
302
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zB7ox8a4KdDGq5fsbQfLGQ
303
303
304
304
305
# You can replace this text with custom content, and it will be preserved on regeneration
305
sub koha_object_class {
306
    'Koha::Acquisition::Fund';
307
}
308
sub koha_objects_class {
309
    'Koha::Acquisition::Funds';
310
}
311
306
1;
312
1;
(-)a/Koha/Schema/Result/Aqbudgetperiod.pm (-1 / +6 lines)
Lines 114-119 __PACKAGE__->set_primary_key("budget_period_id"); Link Here
114
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
114
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
115
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:M13qdhmXgKilais2IFkXFw
115
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:M13qdhmXgKilais2IFkXFw
116
116
117
sub koha_object_class {
118
    'Koha::Acquisition::Budget';
119
}
120
sub koha_objects_class {
121
    'Koha::Acquisition::Budgets';
122
}
117
123
118
# You can replace this text with custom content, and it will be preserved on regeneration
119
1;
124
1;
(-)a/Koha/Schema/Result/Aqcontact.pm (-1 / +6 lines)
Lines 172-177 __PACKAGE__->belongs_to( Link Here
172
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
172
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
173
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R2x8Z9Db2oDULEODgLuw8Q
173
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:R2x8Z9Db2oDULEODgLuw8Q
174
174
175
sub koha_object_class {
176
    'Koha::Acquisition::Bookseller::Contact';
177
}
178
sub koha_objects_class {
179
    'Koha::Acquisition::Bookseller::Contacts';
180
}
175
181
176
# You can replace this text with custom code or comments, and it will be preserved on regeneration
177
1;
182
1;
(-)a/Koha/Schema/Result/Aqinvoice.pm (-1 / +6 lines)
Lines 202-207 __PACKAGE__->belongs_to( Link Here
202
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-07-16 13:50:45
202
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-07-16 13:50:45
203
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mpdxTbkz/8WInG5Wp4q7Ug
203
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mpdxTbkz/8WInG5Wp4q7Ug
204
204
205
sub koha_object_class {
206
    'Koha::Acquisition::Invoice';
207
}
208
sub koha_objects_class {
209
    'Koha::Acquisition::Invoices';
210
}
205
211
206
# You can replace this text with custom content, and it will be preserved on regeneration
207
1;
212
1;
(-)a/Koha/Schema/Result/AqinvoiceAdjustment.pm (-1 / +6 lines)
Lines 150-155 __PACKAGE__->belongs_to( Link Here
150
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-07-19 17:32:57
150
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-07-19 17:32:57
151
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jl0qxkZWVs2D1pi3kaRjpg
151
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jl0qxkZWVs2D1pi3kaRjpg
152
152
153
sub koha_object_class {
154
    'Koha::Acquisition::Invoice::Adjustment';
155
}
156
sub koha_objects_class {
157
    'Koha::Acquisition::Invoice::Adjustments';
158
}
153
159
154
# You can replace this text with custom code or comments, and it will be preserved on regeneration
155
1;
160
1;
(-)a/Koha/Schema/Result/AuthHeader.pm (-1 / +6 lines)
Lines 125-130 __PACKAGE__->set_primary_key("authid"); Link Here
125
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
125
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
126
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kHEdfMFYFtn3sQ20qsdFyg
126
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kHEdfMFYFtn3sQ20qsdFyg
127
127
128
sub koha_object_class {
129
    'Koha::Authority';
130
}
131
sub koha_objects_class {
132
    'Koha::Authoritys';
133
}
128
134
129
# You can replace this text with custom content, and it will be preserved on regeneration
130
1;
135
1;
(-)a/Koha/Schema/Result/AuthSubfieldStructure.pm (-1 / +6 lines)
Lines 212-217 __PACKAGE__->belongs_to( Link Here
212
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
212
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
213
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5Prv/DCQk32mTQaqtYhUuA
213
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5Prv/DCQk32mTQaqtYhUuA
214
214
215
sub koha_object_class {
216
    'Koha::Authority::Subfield';
217
}
218
sub koha_objects_class {
219
    'Koha::Authority::Subfields';
220
}
215
221
216
# You can replace this text with custom content, and it will be preserved on regeneration
217
1;
222
1;
(-)a/Koha/Schema/Result/AuthTagStructure.pm (-1 / +6 lines)
Lines 130-135 __PACKAGE__->belongs_to( Link Here
130
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
130
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
131
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4ulaQnDuxrwYgCKJ/Qygaw
131
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4ulaQnDuxrwYgCKJ/Qygaw
132
132
133
sub koha_object_class {
134
    'Koha::Authority::Tag';
135
}
136
sub koha_objects_class {
137
    'Koha::Authority::Tags';
138
}
133
139
134
# You can replace this text with custom content, and it will be preserved on regeneration
135
1;
140
1;
(-)a/Koha/Schema/Result/AuthType.pm (-1 / +6 lines)
Lines 110-115 __PACKAGE__->has_many( Link Here
110
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
110
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
111
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:USULz4Y8i0JC73GxcxJ+BA
111
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:USULz4Y8i0JC73GxcxJ+BA
112
112
113
sub koha_object_class {
114
    'Koha::Authority::Type';
115
}
116
sub koha_objects_class {
117
    'Koha::Authority::Types';
118
}
113
119
114
# You can replace this text with custom content, and it will be preserved on regeneration
115
1;
120
1;
(-)a/Koha/Schema/Result/BiblioMetadata.pm (-1 / +3 lines)
Lines 135-140 __PACKAGE__->belongs_to( Link Here
135
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-30 11:34:16
135
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-30 11:34:16
136
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FJk/YOw8Y/QRmmPPL3G5qQ
136
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FJk/YOw8Y/QRmmPPL3G5qQ
137
137
138
sub koha_object_class {
139
    'Koha::Biblio::Metadatas';
140
}
138
141
139
# You can replace this text with custom code or comments, and it will be preserved on regeneration
140
1;
142
1;
(-)a/Koha/Schema/Result/BorrowerAttribute.pm (-1 / +6 lines)
Lines 109-114 __PACKAGE__->belongs_to( Link Here
109
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-12-08 04:41:27
109
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-12-08 04:41:27
110
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EarETnedFsmRmAAJAUrKGg
110
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:EarETnedFsmRmAAJAUrKGg
111
111
112
sub koha_object_class {
113
    'Koha::Patron::Attribute';
114
}
115
sub koha_objects_class {
116
    'Koha::Patron::Attributes';
117
}
112
118
113
# You can replace this text with custom content, and it will be preserved on regeneration
114
1;
119
1;
(-)a/Koha/Schema/Result/BorrowerAttributeType.pm (-1 / +6 lines)
Lines 165-170 __PACKAGE__->has_many( Link Here
165
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-25 20:32:12
165
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-25 20:32:12
166
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gsPR8PuUUZHFUkr3MIbTpw
166
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gsPR8PuUUZHFUkr3MIbTpw
167
167
168
sub koha_object_class {
169
    'Koha::Patron::Attribute::Type';
170
}
171
sub koha_objects_class {
172
    'Koha::Patron::Attribute::Types';
173
}
168
174
169
# You can replace this text with custom content, and it will be preserved on regeneration
170
1;
175
1;
(-)a/Koha/Schema/Result/BorrowerModification.pm (-1 / +6 lines)
Lines 613-618 __PACKAGE__->set_primary_key("verification_token", "borrowernumber"); Link Here
613
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-20 13:00:20
613
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-20 13:00:20
614
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qQ0BWngri+79YvK9S8zZPg
614
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:qQ0BWngri+79YvK9S8zZPg
615
615
616
sub koha_object_class {
617
    'Koha::Patron::Modification';
618
}
619
sub koha_objects_class {
620
    'Koha::Patron::Modifications';
621
}
616
622
617
# You can replace this text with custom content, and it will be preserved on regeneration
618
1;
623
1;
(-)a/Koha/Schema/Result/Branch.pm (-1 / +4 lines)
Lines 684-691 __PACKAGE__->add_columns( Link Here
684
    '+pickup_location' => { is_boolean => 1 }
684
    '+pickup_location' => { is_boolean => 1 }
685
);
685
);
686
686
687
sub koha_object_class {
688
    'Koha::Library';
689
}
687
sub koha_objects_class {
690
sub koha_objects_class {
688
    'Koha::Libraries';
691
    'Koha::Librarys';
689
}
692
}
690
693
691
1;
694
1;
(-)a/Koha/Schema/Result/BranchTransferLimit.pm (-1 / +6 lines)
Lines 102-107 __PACKAGE__->set_primary_key("limitId"); Link Here
102
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-26 16:15:09
102
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-26 16:15:09
103
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wKere4dleMGrs9RO59qx9Q
103
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wKere4dleMGrs9RO59qx9Q
104
104
105
sub koha_object_class {
106
    'Koha::Item::Transfer::Limit';
107
}
108
sub koha_objects_class {
109
    'Koha::Item::Transfer::Limits';
110
}
105
111
106
# You can replace this text with custom content, and it will be preserved on regeneration
107
1;
112
1;
(-)a/Koha/Schema/Result/BranchesOverdrive.pm (-1 / +6 lines)
Lines 78-83 __PACKAGE__->belongs_to( Link Here
78
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-09 10:38:33
78
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-09 10:38:33
79
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fEZWWtF4MRDwupI/27laDw
79
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fEZWWtF4MRDwupI/27laDw
80
80
81
sub koha_object_class {
82
    'Koha::Library::OverDriveInfo';
83
}
84
sub koha_objects_class {
85
    'Koha::Library::OverDriveInfos';
86
}
81
87
82
# You can replace this text with custom code or comments, and it will be preserved on regeneration
83
1;
88
1;
(-)a/Koha/Schema/Result/Branchtransfer.pm (-1 / +6 lines)
Lines 176-181 __PACKAGE__->belongs_to( Link Here
176
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
176
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
177
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uPQzv0lMxfnu75SzS6UpVQ
177
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uPQzv0lMxfnu75SzS6UpVQ
178
178
179
sub koha_object_class {
180
    'Koha::Item::Transfer';
181
}
182
sub koha_objects_class {
183
    'Koha::Item::Transfers';
184
}
179
185
180
# You can replace this text with custom content, and it will be preserved on regeneration
181
1;
186
1;
(-)a/Koha/Schema/Result/Category.pm (-1 / +6 lines)
Lines 269-274 __PACKAGE__->has_many( Link Here
269
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-04-12 02:43:58
269
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-04-12 02:43:58
270
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7rwTH9HuxcdRCBP/bj0d/A
270
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7rwTH9HuxcdRCBP/bj0d/A
271
271
272
sub koha_object_class {
273
    'Koha::Patron::Category';
274
}
275
sub koha_objects_class {
276
    'Koha::Patron::Categorys';
277
}
272
278
273
# You can replace this text with custom content, and it will be preserved on regeneration
274
1;
279
1;
(-)a/Koha/Schema/Result/ClubEnrollment.pm (-1 / +6 lines)
Lines 194-199 __PACKAGE__->has_many( Link Here
194
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-12 17:59:47
194
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-12 17:59:47
195
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ih/HQM4KIRDZ0ESXVR9FwA
195
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Ih/HQM4KIRDZ0ESXVR9FwA
196
196
197
sub koha_object_class {
198
    'Koha::Club::Enrollment';
199
}
200
sub koha_objects_class {
201
    'Koha::Club::Enrollments';
202
}
197
203
198
# You can replace this text with custom content, and it will be preserved on regeneration
199
1;
204
1;
(-)a/Koha/Schema/Result/ClubEnrollmentField.pm (-1 / +6 lines)
Lines 107-112 __PACKAGE__->belongs_to( Link Here
107
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
107
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
108
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tr8INu1+veRdWkRT4BgBOQ
108
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:tr8INu1+veRdWkRT4BgBOQ
109
109
110
sub koha_object_class {
111
    'Koha::Club::Enrollment::Field';
112
}
113
sub koha_objects_class {
114
    'Koha::Club::Enrollment::Fields';
115
}
110
116
111
# You can replace this text with custom content, and it will be preserved on regeneration
112
1;
117
1;
(-)a/Koha/Schema/Result/ClubField.pm (-1 / +6 lines)
Lines 107-112 __PACKAGE__->belongs_to( Link Here
107
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
107
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
108
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2ySSLrl8GXRXJ38AWg6kng
108
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:2ySSLrl8GXRXJ38AWg6kng
109
109
110
sub koha_object_class {
111
    'Koha::Club::Field';
112
}
113
sub koha_objects_class {
114
    'Koha::Club::Fields';
115
}
110
116
111
# You can replace this text with custom content, and it will be preserved on regeneration
112
1;
117
1;
(-)a/Koha/Schema/Result/ClubTemplate.pm (+7 lines)
Lines 192-195 __PACKAGE__->has_many( Link Here
192
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
192
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
193
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1UuejI9kkTb9eeNKvSLAQQ
193
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1UuejI9kkTb9eeNKvSLAQQ
194
194
195
sub koha_object_class {
196
    'Koha::Club::Template';
197
}
198
sub koha_objects_class {
199
    'Koha::Club::Templates';
200
}
201
195
1;
202
1;
(-)a/Koha/Schema/Result/ClubTemplateEnrollmentField.pm (-1 / +6 lines)
Lines 114-119 __PACKAGE__->belongs_to( Link Here
114
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
114
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
115
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lN5Shnqo+va0tCdiM/iwNg
115
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lN5Shnqo+va0tCdiM/iwNg
116
116
117
sub koha_object_class {
118
    'Koha::Club::Template::EnrollmentField';
119
}
120
sub koha_objects_class {
121
    'Koha::Club::Template::EnrollmentFields';
122
}
117
123
118
# You can replace this text with custom content, and it will be preserved on regeneration
119
1;
124
1;
(-)a/Koha/Schema/Result/ClubTemplateField.pm (-1 / +6 lines)
Lines 114-119 __PACKAGE__->belongs_to( Link Here
114
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
114
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
115
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LRnLRjyMHuEd3KMRMHd3KA
115
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:LRnLRjyMHuEd3KMRMHd3KA
116
116
117
sub koha_object_class {
118
    'Koha::Club::Template::Field';
119
}
120
sub koha_objects_class {
121
    'Koha::Club::Template::Fields';
122
}
117
123
118
# You can replace this text with custom content, and it will be preserved on regeneration
119
1;
124
1;
(-)a/Koha/Schema/Result/Currency.pm (-1 / +7 lines)
Lines 162-166 __PACKAGE__->has_many( Link Here
162
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PnJEcCgrM1Edf99phWFdyQ
162
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:PnJEcCgrM1Edf99phWFdyQ
163
163
164
164
165
# You can replace this text with custom content, and it will be preserved on regeneration
165
sub koha_object_class {
166
    'Koha::Acquisition::Currency';
167
}
168
sub koha_objects_class {
169
    'Koha::Acquisition::Currencies';
170
}
171
166
1;
172
1;
(-)a/Koha/Schema/Result/ExportFormat.pm (-1 / +6 lines)
Lines 141-146 __PACKAGE__->set_primary_key("export_format_id"); Link Here
141
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
141
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
142
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YSQshI3mJfO0LsOlwvdIdg
142
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YSQshI3mJfO0LsOlwvdIdg
143
143
144
sub koha_object_class {
145
    'Koha::CsvProfile';
146
}
147
sub koha_objects_class {
148
    'Koha::CsvProfiles';
149
}
144
150
145
# You can replace this text with custom content, and it will be preserved on regeneration
146
1;
151
1;
(-)a/Koha/Schema/Result/Fieldmapping.pm (-1 / +6 lines)
Lines 85-90 __PACKAGE__->set_primary_key("id"); Link Here
85
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
85
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
86
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x+izN6nqxs+W/g/demOpOg
86
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:x+izN6nqxs+W/g/demOpOg
87
87
88
sub koha_object_class {
89
    'Koha::FieldMapping';
90
}
91
sub koha_objects_class {
92
    'Koha::FieldMappings';
93
}
88
94
89
# You can replace this text with custom content, and it will be preserved on regeneration
90
1;
95
1;
(-)a/Koha/Schema/Result/HouseboundProfile.pm (-1 / +6 lines)
Lines 133-138 __PACKAGE__->has_many( Link Here
133
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
133
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53
134
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ESpGqu3oX9qad3elnDvOiw
134
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ESpGqu3oX9qad3elnDvOiw
135
135
136
sub koha_object_class {
137
    'Koha::Patron::HouseboundProfile';
138
}
139
sub koha_objects_class {
140
    'Koha::Patron::HouseboundProfiles';
141
}
136
142
137
# You can replace this text with custom code or comments, and it will be preserved on regeneration
138
1;
143
1;
(-)a/Koha/Schema/Result/HouseboundRole.pm (-1 / +6 lines)
Lines 85-90 __PACKAGE__->belongs_to( Link Here
85
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-21 18:20:25
85
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-10-21 18:20:25
86
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SU7khVgiUf1OVvaFpKaFPA
86
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SU7khVgiUf1OVvaFpKaFPA
87
87
88
sub koha_object_class {
89
    'Koha::Patron::HouseboundRole';
90
}
91
sub koha_objects_class {
92
    'Koha::Patron::HouseboundRoles';
93
}
88
94
89
# You can replace this text with custom code or comments, and it will be preserved on regeneration
90
1;
95
1;
(-)a/Koha/Schema/Result/HouseboundVisit.pm (-1 / +6 lines)
Lines 149-154 __PACKAGE__->belongs_to( Link Here
149
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-04-25 13:21:23
149
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-04-25 13:21:23
150
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5zyc7l2BtF5cgpZeKbJNZg
150
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5zyc7l2BtF5cgpZeKbJNZg
151
151
152
sub koha_object_class {
153
    'Koha::Patron::HouseboundVisit';
154
}
155
sub koha_objects_class {
156
    'Koha::Patron::HouseboundVisits';
157
}
152
158
153
# You can replace this text with custom code or comments, and it will be preserved on regeneration
154
1;
159
1;
(-)a/Koha/Schema/Result/Issue.pm (+7 lines)
Lines 288-291 __PACKAGE__->belongs_to( Link Here
288
  },
288
  },
289
);
289
);
290
290
291
sub koha_object_class {
292
    'Koha::Checkout';
293
}
294
sub koha_objects_class {
295
    'Koha::Checkouts';
296
}
297
291
1;
298
1;
(-)a/Koha/Schema/Result/Issuingrule.pm (-1 / +6 lines)
Lines 317-322 __PACKAGE__->set_primary_key("branchcode", "categorycode", "itemtype"); Link Here
317
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-05 20:49:11
317
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-05 20:49:11
318
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6bPX0BRWWQZrWFun3GP86Q
318
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6bPX0BRWWQZrWFun3GP86Q
319
319
320
sub koha_object_class {
321
    'Koha::IssuingRule';
322
}
323
sub koha_objects_class {
324
    'Koha::IssuingRules';
325
}
320
326
321
# You can replace this text with custom code or comments, and it will be preserved on regeneration
322
1;
327
1;
(-)a/Koha/Schema/Result/Itemtype.pm (+7 lines)
Lines 262-265 __PACKAGE__->has_many( Link Here
262
    }
262
    }
263
);
263
);
264
264
265
sub koha_object_class {
266
    'Koha::ItemType';
267
}
268
sub koha_objects_class {
269
    'Koha::ItemTypes';
270
}
271
265
1;
272
1;
(-)a/Koha/Schema/Result/Letter.pm (-1 / +6 lines)
Lines 159-164 __PACKAGE__->belongs_to( Link Here
159
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
159
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
160
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fOuu1Fj8Uo3114QKS2qLkQ
160
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:fOuu1Fj8Uo3114QKS2qLkQ
161
161
162
sub koha_object_class {
163
    'Koha::Notice::Template';
164
}
165
sub koha_objects_class {
166
    'Koha::Notice::Templates';
167
}
162
168
163
# You can replace this text with custom content, and it will be preserved on regeneration
164
1;
169
1;
(-)a/Koha/Schema/Result/LibraryGroup.pm (-1 / +6 lines)
Lines 205-210 __PACKAGE__->belongs_to( Link Here
205
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
205
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
206
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8hvTh2lWoG/MpfSdq4kx5Q
206
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:8hvTh2lWoG/MpfSdq4kx5Q
207
207
208
sub koha_object_class {
209
    'Koha::Library::Group';
210
}
211
sub koha_objects_class {
212
    'Koha::Library::Groups';
213
}
208
214
209
# You can replace this text with custom code or comments, and it will be preserved on regeneration
210
1;
215
1;
(-)a/Koha/Schema/Result/Message.pm (-1 / +6 lines)
Lines 142-147 __PACKAGE__->belongs_to( Link Here
142
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-02-15 13:15:09
142
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-02-15 13:15:09
143
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kYM+0CFPm/wdNp7EosdlRw
143
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kYM+0CFPm/wdNp7EosdlRw
144
144
145
sub koha_object_class {
146
    'Koha::Patron::Message';
147
}
148
sub koha_objects_class {
149
    'Koha::Patron::Messages';
150
}
145
151
146
# You can replace this text with custom content, and it will be preserved on regeneration
147
1;
152
1;
(-)a/Koha/Schema/Result/MessageQueue.pm (-1 / +6 lines)
Lines 184-189 __PACKAGE__->belongs_to( Link Here
184
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
184
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
185
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9u39S/GLtZwnZGp+xcZOBA
185
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:9u39S/GLtZwnZGp+xcZOBA
186
186
187
sub koha_object_class {
188
    'Koha::Notice::Message';
189
}
190
sub koha_objects_class {
191
    'Koha::Notice::Messages';
192
}
187
193
188
# You can replace this text with custom content, and it will be preserved on regeneration
189
1;
194
1;
(-)a/Koha/Schema/Result/NeedMergeAuthority.pm (-1 / +6 lines)
Lines 95-100 __PACKAGE__->set_primary_key("id"); Link Here
95
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
95
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
96
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7LzwIYvExKvNgr8/HDZlsg
96
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7LzwIYvExKvNgr8/HDZlsg
97
97
98
sub koha_object_class {
99
    'Koha::Authority::MergeRequest';
100
}
101
sub koha_objects_class {
102
    'Koha::Authority::MergeRequests';
103
}
98
104
99
# You can replace this text with custom content, and it will be preserved on regeneration
100
1;
105
1;
(-)a/Koha/Schema/Result/OauthAccessToken.pm (-1 / +6 lines)
Lines 67-72 __PACKAGE__->set_primary_key("access_token"); Link Here
67
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-09 12:50:58
67
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-09 12:50:58
68
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:M6tueO6jmJwgmwMrqO1L0Q
68
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:M6tueO6jmJwgmwMrqO1L0Q
69
69
70
sub koha_object_class {
71
    'Koha::OAuthAccessToken';
72
}
73
sub koha_objects_class {
74
    'Koha::OAuthAccessTokens';
75
}
70
76
71
# You can replace this text with custom code or comments, and it will be preserved on regeneration
72
1;
77
1;
(-)a/Koha/Schema/Result/OldIssue.pm (+3 lines)
Lines 256-261 __PACKAGE__->belongs_to( Link Here
256
  },
256
  },
257
);
257
);
258
258
259
sub koha_object_class {
260
    'Koha::Old::Checkout';
261
}
259
sub koha_objects_class {
262
sub koha_objects_class {
260
    'Koha::Old::Checkouts';
263
    'Koha::Old::Checkouts';
261
}
264
}
(-)a/Koha/Schema/Result/OldReserve.pm (-1 / +6 lines)
Lines 300-305 __PACKAGE__->belongs_to( Link Here
300
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-06-17 07:24:39
300
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-06-17 07:24:39
301
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZgGAW7ODBby3hGNJ41eeMA
301
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZgGAW7ODBby3hGNJ41eeMA
302
302
303
sub koha_object_class {
304
    'Koha::Old::Hold';
305
}
306
sub koha_objects_class {
307
    'Koha::Old::Holds';
308
}
303
309
304
# You can replace this text with custom content, and it will be preserved on regeneration
305
1;
310
1;
(-)a/Koha/Schema/Result/OpacNews.pm (-1 / +6 lines)
Lines 171-176 __PACKAGE__->belongs_to( Link Here
171
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
171
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
172
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gApTRM/dF6uZSMYyvkt4OQ
172
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gApTRM/dF6uZSMYyvkt4OQ
173
173
174
sub koha_object_class {
175
    'Koha::NewsItem';
176
}
177
sub koha_objects_class {
178
    'Koha::NewsItems';
179
}
174
180
175
# You can replace this text with custom content, and it will be preserved on regeneration
176
1;
181
1;
(-)a/Koha/Schema/Result/PatronConsent.pm (-1 / +6 lines)
Lines 113-118 __PACKAGE__->belongs_to( Link Here
113
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-20 13:00:20
113
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-09-20 13:00:20
114
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:as3b13eS31zkIPr9uxP7+A
114
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:as3b13eS31zkIPr9uxP7+A
115
115
116
sub koha_object_class {
117
    'Koha::Patron::Consent';
118
}
119
sub koha_objects_class {
120
    'Koha::Patron::Consents';
121
}
116
122
117
# You can replace this text with custom code or comments, and it will be preserved on regeneration
118
1;
123
1;
(-)a/Koha/Schema/Result/Patronimage.pm (-1 / +6 lines)
Lines 84-89 __PACKAGE__->belongs_to( Link Here
84
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
84
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
85
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uuRGyWlemwOH1PCkvhqxdQ
85
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uuRGyWlemwOH1PCkvhqxdQ
86
86
87
sub koha_object_class {
88
    'Koha::Patron::Image';
89
}
90
sub koha_objects_class {
91
    'Koha::Patron::Images';
92
}
87
93
88
# You can replace this text with custom content, and it will be preserved on regeneration
89
1;
94
1;
(-)a/Koha/Schema/Result/Reserve.pm (+7 lines)
Lines 353-356 __PACKAGE__->add_columns( Link Here
353
    '+suspend' => { is_boolean => 1 }
353
    '+suspend' => { is_boolean => 1 }
354
);
354
);
355
355
356
sub koha_object_class {
357
    'Koha::Hold';
358
}
359
sub koha_objects_class {
360
    'Koha::Holds';
361
}
362
356
1;
363
1;
(-)a/Koha/Schema/Result/SavedSql.pm (-1 / +6 lines)
Lines 173-178 __PACKAGE__->set_primary_key("id"); Link Here
173
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-23 12:56:39
173
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-23 12:56:39
174
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:f7wxGGnBk3z6mw2CkaeD9A
174
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:f7wxGGnBk3z6mw2CkaeD9A
175
175
176
sub koha_object_class {
177
    'Koha::Report';
178
}
179
sub koha_objects_class {
180
    'Koha::Reports';
181
}
176
182
177
# You can replace this text with custom content, and it will be preserved on regeneration
178
1;
183
1;
(-)a/Koha/Schema/Result/Serialitem.pm (-1 / +6 lines)
Lines 92-97 __PACKAGE__->belongs_to( Link Here
92
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-13 13:53:21
92
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-13 13:53:21
93
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z43jqmURevaJeui7l8ThlQ
93
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z43jqmURevaJeui7l8ThlQ
94
94
95
sub koha_object_class {
96
    'Koha::Serial::Item';
97
}
98
sub koha_objects_class {
99
    'Koha::Serial::Items';
100
}
95
101
96
# You can replace this text with custom content, and it will be preserved on regeneration
97
1;
102
1;
(-)a/Koha/Schema/Result/SmsProvider.pm (-1 / +6 lines)
Lines 99-104 __PACKAGE__->has_many( Link Here
99
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-12-31 16:48:38
99
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2015-12-31 16:48:38
100
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U3LGi1zy3YN2Amin+bhXlA
100
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:U3LGi1zy3YN2Amin+bhXlA
101
101
102
sub koha_object_class {
103
    'Koha::SMS::Provider';
104
}
105
sub koha_objects_class {
106
    'Koha::SMS::Providers';
107
}
102
108
103
# You can replace this text with custom code or comments, and it will be preserved on regeneration
104
1;
109
1;
(-)a/Koha/Schema/Result/Stockrotationitem.pm (-1 / +7 lines)
Lines 113-117 __PACKAGE__->add_columns( Link Here
113
  '+fresh' => { is_boolean => 1 }
113
  '+fresh' => { is_boolean => 1 }
114
);
114
);
115
115
116
# You can replace this text with custom code or comments, and it will be preserved on regeneration
116
sub koha_object_class {
117
    'Koha::StockRotationItem';
118
}
119
sub koha_objects_class {
120
    'Koha::StockRotationItems';
121
}
122
117
1;
123
1;
(-)a/Koha/Schema/Result/Stockrotationrota.pm (-1 / +7 lines)
Lines 105-109 __PACKAGE__->add_columns( Link Here
105
  '+active' => { is_boolean => 1 }
105
  '+active' => { is_boolean => 1 }
106
);
106
);
107
107
108
# You can replace this text with custom code or comments, and it will be preserved on regeneration
108
sub koha_object_class {
109
    'Koha::StockRotationRota';
110
}
111
sub koha_objects_class {
112
    'Koha::StockRotationRotas';
113
}
114
109
1;
115
1;
(-)a/Koha/Schema/Result/Stockrotationstage.pm (+7 lines)
Lines 136-139 __PACKAGE__->load_components(qw( Ordered )); Link Here
136
136
137
__PACKAGE__->grouping_column('rota_id'); # Our group_id
137
__PACKAGE__->grouping_column('rota_id'); # Our group_id
138
138
139
sub koha_object_class {
140
    'Koha::StockRotationStage';
141
}
142
sub koha_objects_class {
143
    'Koha::StockRotationStages';
144
}
145
139
1;
146
1;
(-)a/Koha/Schema/Result/SubscriptionFrequency.pm (-1 / +6 lines)
Lines 111-116 __PACKAGE__->has_many( Link Here
111
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
111
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
112
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AMA/p9t1S6NmZTAHThLROQ
112
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AMA/p9t1S6NmZTAHThLROQ
113
113
114
sub koha_object_class {
115
    'Koha::Subscription::Frequency';
116
}
117
sub koha_objects_class {
118
    'Koha::Subscription::Frequencys';
119
}
114
120
115
# You can replace this text with custom code or comments, and it will be preserved on regeneration
116
1;
121
1;
(-)a/Koha/Schema/Result/SubscriptionNumberpattern.pm (-1 / +6 lines)
Lines 231-236 __PACKAGE__->has_many( Link Here
231
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
231
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
232
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UxpUui+IbCUkKDIJOpYyUA
232
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:UxpUui+IbCUkKDIJOpYyUA
233
233
234
sub koha_object_class {
235
    'Koha::Subscription::Numberpattern';
236
}
237
sub koha_objects_class {
238
    'Koha::Subscription::Numberpatterns';
239
}
234
240
235
# You can replace this text with custom code or comments, and it will be preserved on regeneration
236
1;
241
1;
(-)a/Koha/Schema/Result/Subscriptionhistory.pm (-1 / +6 lines)
Lines 104-109 __PACKAGE__->set_primary_key("subscriptionid"); Link Here
104
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-06-17 07:24:39
104
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-06-17 07:24:39
105
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SK33dc7lx/rDGX3tiR84ww
105
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SK33dc7lx/rDGX3tiR84ww
106
106
107
sub koha_object_class {
108
    'Koha::Subscription::History';
109
}
110
sub koha_objects_class {
111
    'Koha::Subscription::Historys';
112
}
107
113
108
# You can replace this text with custom content, and it will be preserved on regeneration
109
1;
114
1;
(-)a/Koha/Schema/Result/Subscriptionroutinglist.pm (-1 / +6 lines)
Lines 123-128 __PACKAGE__->belongs_to( Link Here
123
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
123
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
124
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AK595c56vgTa7ZjwZjberw
124
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:AK595c56vgTa7ZjwZjberw
125
125
126
sub koha_object_class {
127
    'Koha::Subscription::Routinglist';
128
}
129
sub koha_objects_class {
130
    'Koha::Subscription::Routinglists';
131
}
126
132
127
# You can replace this text with custom content, and it will be preserved on regeneration
128
1;
133
1;
(-)a/Koha/Schema/Result/Systempreference.pm (-1 / +6 lines)
Lines 82-87 __PACKAGE__->set_primary_key("variable"); Link Here
82
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
82
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
83
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QI7OL4VHrXe8FridIOCZ4A
83
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:QI7OL4VHrXe8FridIOCZ4A
84
84
85
sub koha_object_class {
86
    'Koha::Config::SysPref';
87
}
88
sub koha_objects_class {
89
    'Koha::Config::SysPrefs';
90
}
85
91
86
# You can replace this text with custom content, and it will be preserved on regeneration
87
1;
92
1;
(-)a/Koha/Schema/Result/TagAll.pm (-1 / +6 lines)
Lines 132-137 __PACKAGE__->belongs_to( Link Here
132
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-15 13:30:04
132
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-03-15 13:30:04
133
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3pY7wv0IRmQBSqr+EghQvw
133
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3pY7wv0IRmQBSqr+EghQvw
134
134
135
sub koha_object_class {
136
    'Koha::Tag';
137
}
138
sub koha_objects_class {
139
    'Koha::Tags';
140
}
135
141
136
# You can replace this text with custom content, and it will be preserved on regeneration
137
1;
142
1;
(-)a/Koha/Schema/Result/TagsApproval.pm (-1 / +6 lines)
Lines 125-130 __PACKAGE__->has_many( Link Here
125
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-18 08:31:57
125
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-18 08:31:57
126
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4cvTasSpJ2c1vvVVe/R3UQ
126
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:4cvTasSpJ2c1vvVVe/R3UQ
127
127
128
sub koha_object_class {
129
    'Koha::Tags::Approval';
130
}
131
sub koha_objects_class {
132
    'Koha::Tags::Approvals';
133
}
128
134
129
# You can replace this text with custom content, and it will be preserved on regeneration
130
1;
135
1;
(-)a/Koha/Schema/Result/TagsIndex.pm (-1 / +6 lines)
Lines 103-108 __PACKAGE__->belongs_to( Link Here
103
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-18 08:31:57
103
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-01-18 08:31:57
104
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ewTrnc9D1jcoyf65+MrSGQ
104
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ewTrnc9D1jcoyf65+MrSGQ
105
105
106
sub koha_object_class {
107
    'Koha::Tags::Index';
108
}
109
sub koha_objects_class {
110
    'Koha::Tags::Indexs';
111
}
106
112
107
# You can replace this text with custom content, and it will be preserved on regeneration
108
1;
113
1;
(-)a/Koha/Schema/Result/Virtualshelve.pm (-1 / +6 lines)
Lines 184-189 __PACKAGE__->has_many( Link Here
184
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-08 14:19:17
184
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-08 14:19:17
185
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Xoq0lhLouCbkAp6F4ZyMGQ
185
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Xoq0lhLouCbkAp6F4ZyMGQ
186
186
187
sub koha_object_class {
188
    'Koha::Virtualshelf';
189
}
190
sub koha_objects_class {
191
    'Koha::Virtualshelves';
192
}
187
193
188
# You can replace this text with custom content, and it will be preserved on regeneration
189
1;
194
1;
(-)a/Koha/Schema/Result/Z3950server.pm (-2 / +6 lines)
Lines 185-190 __PACKAGE__->set_primary_key("id"); Link Here
185
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
185
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
186
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KK2y1pbgVh1hOVLAXL1e/w
186
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KK2y1pbgVh1hOVLAXL1e/w
187
187
188
sub koha_object_class {
189
    'Koha::Z3950Server';
190
}
191
sub koha_objects_class {
192
    'Koha::Z3950Servers';
193
}
188
194
189
# You can replace this text with custom code or comments, and it will be preserved on regeneration
190
1;
195
1;
191
- 

Return to bug 23152