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

(-)a/Koha/Schema/Result/PseudonymizedTransaction.pm (-3 / +10 lines)
Lines 143-148 __PACKAGE__->table("pseudonymized_transactions"); Link Here
143
  is_nullable: 1
143
  is_nullable: 1
144
  size: 10
144
  size: 10
145
145
146
=head2 homebranch
147
148
  data_type: 'varchar'
149
  is_nullable: 1
150
  size: 10
151
146
=head2 location
152
=head2 location
147
153
148
  data_type: 'varchar'
154
  data_type: 'varchar'
Lines 220-225 __PACKAGE__->add_columns( Link Here
220
  { data_type => "varchar", is_nullable => 1, size => 10 },
226
  { data_type => "varchar", is_nullable => 1, size => 10 },
221
  "holdingbranch",
227
  "holdingbranch",
222
  { data_type => "varchar", is_nullable => 1, size => 10 },
228
  { data_type => "varchar", is_nullable => 1, size => 10 },
229
  "homebranch",
230
  { data_type => "varchar", is_nullable => 1, size => 10 },
223
  "location",
231
  "location",
224
  { data_type => "varchar", is_nullable => 1, size => 80 },
232
  { data_type => "varchar", is_nullable => 1, size => 80 },
225
  "itemcallnumber",
233
  "itemcallnumber",
Lines 308-315 __PACKAGE__->belongs_to( Link Here
308
);
316
);
309
317
310
318
311
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-01-11 17:12:17
319
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-17 16:28:03
312
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bzHjcKCHYf+bixeA1dhKIQ
320
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jgUZi4W5vJo33KdKI7+jyQ
313
321
314
__PACKAGE__->add_columns(
322
__PACKAGE__->add_columns(
315
    '+has_cardnumber' => { is_boolean => 1 },
323
    '+has_cardnumber' => { is_boolean => 1 },
316
- 

Return to bug 24151