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

(-)a/Koha/Schema/Result/Accountline.pm (-10 / +2 lines)
Lines 70-80 __PACKAGE__->table("accountlines"); Link Here
70
  data_type: 'longtext'
70
  data_type: 'longtext'
71
  is_nullable: 1
71
  is_nullable: 1
72
72
73
=head2 dispute
74
75
  data_type: 'longtext'
76
  is_nullable: 1
77
78
=head2 accounttype
73
=head2 accounttype
79
74
80
  data_type: 'varchar'
75
  data_type: 'varchar'
Lines 140-147 __PACKAGE__->add_columns( Link Here
140
  { data_type => "decimal", is_nullable => 1, size => [28, 6] },
135
  { data_type => "decimal", is_nullable => 1, size => [28, 6] },
141
  "description",
136
  "description",
142
  { data_type => "longtext", is_nullable => 1 },
137
  { data_type => "longtext", is_nullable => 1 },
143
  "dispute",
144
  { data_type => "longtext", is_nullable => 1 },
145
  "accounttype",
138
  "accounttype",
146
  { data_type => "varchar", is_nullable => 1, size => 5 },
139
  { data_type => "varchar", is_nullable => 1, size => 5 },
147
  "payment_type",
140
  "payment_type",
Lines 243-250 __PACKAGE__->belongs_to( Link Here
243
);
236
);
244
237
245
238
246
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-04-19 12:18:02
239
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24
247
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FUX/e/s202yrUtP3c13lfw
240
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg
248
241
249
242
250
# You can replace this text with custom content, and it will be preserved on regeneration
243
# You can replace this text with custom content, and it will be preserved on regeneration
251
- 

Return to bug 20777