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

(-)a/Koha/Schema/Result/Stockrotationstage.pm (-1 / +5 lines)
Lines 131-134 __PACKAGE__->has_many( Link Here
131
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-11-07 11:33:00
131
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-11-07 11:33:00
132
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zxUwd0UdMRN03yuSlf3RmA
132
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zxUwd0UdMRN03yuSlf3RmA
133
133
134
# We use DBIx::Class::Ordered to handle stages manipulation.
135
__PACKAGE__->load_components(qw( Ordered ));
136
137
__PACKAGE__->grouping_column('rota_id'); # Our group_id
138
134
1;
139
1;
135
- 

Return to bug 11897