|
Lines 99-104
__PACKAGE__->belongs_to(
Link Here
|
| 99 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-02-21 15:22:01 |
99 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-02-21 15:22:01 |
| 100 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e6TNAJbngU94ZrRDcp1OlQ |
100 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:e6TNAJbngU94ZrRDcp1OlQ |
| 101 |
|
101 |
|
|
|
102 |
=head1 OBJECT HELPERS |
| 103 |
|
| 104 |
=head2 koha_objects_class |
| 105 |
|
| 106 |
Name of corresponding Koha::Objects class |
| 107 |
|
| 108 |
=cut |
| 109 |
|
| 110 |
sub koha_objects_class { |
| 111 |
'Koha::Edifact::File::Errors'; |
| 112 |
} |
| 113 |
|
| 114 |
=head2 koha_object_class |
| 115 |
|
| 116 |
Name of corresponding Koha::Object class |
| 117 |
|
| 118 |
=cut |
| 119 |
|
| 120 |
sub koha_object_class { |
| 121 |
'Koha::Edifact::File::Error'; |
| 122 |
} |
| 102 |
|
123 |
|
| 103 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
124 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
| 104 |
1; |
125 |
1; |
| 105 |
- |
|
|