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

(-)a/Koha/StockRotationItems.pm (+4 lines)
Lines 51-56 sub _type { Link Here
51
    return 'Stockrotationitem';
51
    return 'Stockrotationitem';
52
}
52
}
53
53
54
=head3 object_class
55
56
=cut
57
54
sub object_class {
58
sub object_class {
55
    return 'Koha::StockRotationItem';
59
    return 'Koha::StockRotationItem';
56
}
60
}
(-)a/Koha/StockRotationRotas.pm (+4 lines)
Lines 88-93 sub _type { Link Here
88
    return 'Stockrotationrota';
88
    return 'Stockrotationrota';
89
}
89
}
90
90
91
=head3 object_class
92
93
=cut
94
91
sub object_class {
95
sub object_class {
92
    return 'Koha::StockRotationRota';
96
    return 'Koha::StockRotationRota';
93
}
97
}
(-)a/Koha/StockRotationStages.pm (-1 / +4 lines)
Lines 73-78 sub _type { Link Here
73
    return 'Stockrotationstage';
73
    return 'Stockrotationstage';
74
}
74
}
75
75
76
=head3 object_class
77
78
=cut
79
76
sub object_class {
80
sub object_class {
77
    return 'Koha::StockRotationStage';
81
    return 'Koha::StockRotationStage';
78
}
82
}
79
- 

Return to bug 11897