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

(-)a/Koha/Schema/Result/ErmUsageDataProvider.pm (-3 / +12 lines)
Lines 131-136 requestor name Link Here
131
131
132
requestor email
132
requestor email
133
133
134
=head2 dateformat
135
136
  data_type: 'integer'
137
  default_value: 10
138
  is_nullable: 1
139
140
dateformat
141
134
=head2 report_types
142
=head2 report_types
135
143
136
  data_type: 'varchar'
144
  data_type: 'varchar'
Lines 178-183 __PACKAGE__->add_columns( Link Here
178
  { data_type => "varchar", is_nullable => 1, size => 80 },
186
  { data_type => "varchar", is_nullable => 1, size => 80 },
179
  "requestor_email",
187
  "requestor_email",
180
  { data_type => "varchar", is_nullable => 1, size => 80 },
188
  { data_type => "varchar", is_nullable => 1, size => 80 },
189
  "dateformat",
190
  { data_type => "integer", default_value => 10, is_nullable => 1 },
181
  "report_types",
191
  "report_types",
182
  { data_type => "varchar", is_nullable => 1, size => 255 },
192
  { data_type => "varchar", is_nullable => 1, size => 255 },
183
  "service_platform",
193
  "service_platform",
Lines 335-342 __PACKAGE__->has_many( Link Here
335
);
345
);
336
346
337
347
338
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-04-24 17:38:40
348
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-01-26 15:41:29
339
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ToAsyGMN6zZW/ffmCqE8XA
349
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YqemHx0XFkpLI7X1qY9yrg
340
350
341
# __PACKAGE__->add_columns(
351
# __PACKAGE__->add_columns(
342
#     '+active' => { is_boolean => 1 }
352
#     '+active' => { is_boolean => 1 }
343
- 

Return to bug 41182