Bug 34029: DBIC schema

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-06-29 09:51:08 -03:00
parent 12956d3e8a
commit 9fce9bdc63
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -164,7 +164,7 @@ material size (MARC21 300$c)
data_type: 'text'
is_nullable: 1
publication place (MARC21 260$a and 264§a)
publication place (MARC21 260$a and 264$a)
=head2 lccn
@ -314,8 +314,8 @@ __PACKAGE__->add_columns(
__PACKAGE__->set_primary_key("biblioitemnumber");
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-26 12:47:08
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:GiuL+3o/fRyTkale3lq2xQ
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-06-29 12:50:28
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q5ULiqLlmYdZQy4qr0wBtg
sub koha_objects_class {
'Koha::Old::Biblioitems';