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

(-)a/Koha/Schema/Result/Stockrotationitem.pm (+4 lines)
Lines 108-113 __PACKAGE__->belongs_to( Link Here
108
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-04 12:16:10
108
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-04-04 12:16:10
109
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5IDh4gVR3uzLEdUPBfsHTA
109
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5IDh4gVR3uzLEdUPBfsHTA
110
110
111
__PACKAGE__->add_columns(
112
  '+indemand' => { is_boolean => 1 },
113
  '+fresh' => { is_boolean => 1 }
114
);
111
115
112
# You can replace this text with custom code or comments, and it will be preserved on regeneration
116
# You can replace this text with custom code or comments, and it will be preserved on regeneration
113
1;
117
1;
(-)a/Koha/Schema/Result/Stockrotationrota.pm (-1 / +4 lines)
Lines 114-119 __PACKAGE__->has_many( Link Here
114
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-04-17 16:37:51
114
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-04-17 16:37:51
115
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KOv8PNKzQd3gLTskL1GiHw
115
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:KOv8PNKzQd3gLTskL1GiHw
116
116
117
__PACKAGE__->add_columns(
118
  '+cyclical' => { is_boolean => 1 },
119
  '+active' => { is_boolean => 1 }
120
);
117
121
118
# You can replace this text with custom code or comments, and it will be preserved on regeneration
122
# You can replace this text with custom code or comments, and it will be preserved on regeneration
119
1;
123
1;
120
- 

Return to bug 11897