|
Lines 135-147
__PACKAGE__->belongs_to(
Link Here
|
| 135 |
|
135 |
|
| 136 |
Type: belongs_to |
136 |
Type: belongs_to |
| 137 |
|
137 |
|
| 138 |
Related object: L<Koha::Schema::Result::Branchcategory> |
138 |
Related object: L<Koha::Schema::Result::Category> |
| 139 |
|
139 |
|
| 140 |
=cut |
140 |
=cut |
| 141 |
|
141 |
|
| 142 |
__PACKAGE__->belongs_to( |
142 |
__PACKAGE__->belongs_to( |
| 143 |
"categorycode", |
143 |
"categorycode", |
| 144 |
"Koha::Schema::Result::Branchcategory", |
144 |
"Koha::Schema::Result::Category", |
| 145 |
{ categorycode => "categorycode" }, |
145 |
{ categorycode => "categorycode" }, |
| 146 |
{ |
146 |
{ |
| 147 |
is_deferrable => 1, |
147 |
is_deferrable => 1, |
|
Lines 172-179
__PACKAGE__->belongs_to(
Link Here
|
| 172 |
); |
172 |
); |
| 173 |
|
173 |
|
| 174 |
|
174 |
|
| 175 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-03-06 17:39:41 |
175 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-06-28 04:08:15 |
| 176 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:SZuAUJSu+FICBAxyxIcJQA |
176 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:cp5jbv46L3LtPVxSla8dpA |
| 177 |
|
177 |
|
| 178 |
|
178 |
|
| 179 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
179 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |