Browse Source

Bug 28674: DBIC schema

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
23.05.x
Tomás Cohen Arazi 1 year ago
parent
commit
60c0d42359
Signed by: tomascohen GPG Key ID: 0A272EA1B2F3C15F
  1. 6
      Koha/Schema/Result/OldReserve.pm
  2. 6
      Koha/Schema/Result/Reserve.pm

6
Koha/Schema/Result/OldReserve.pm

@ -213,7 +213,7 @@ If record level hold, the optional itemtype of the item the patron is requesting
default_value: 0
is_nullable: 0
Is the hpld placed at item level
Is the hold placed at item level
=head2 non_priority
@ -407,8 +407,8 @@ __PACKAGE__->belongs_to(
);
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-11-04 22:42:42
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zoepd1m+pi6dEnOlhWttQQ
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-10 14:01:25
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:evv31XLI36n7e+oYL/hsug
__PACKAGE__->belongs_to(
"item",

6
Koha/Schema/Result/Reserve.pm

@ -212,7 +212,7 @@ If record level hold, the optional itemtype of the item the patron is requesting
default_value: 0
is_nullable: 0
Is the hpld placed at item level
Is the hold placed at item level
=head2 non_priority
@ -456,8 +456,8 @@ __PACKAGE__->belongs_to(
);
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2022-11-04 22:42:42
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:vYS5THhVu6Sox6Luz4EJbg
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-02-10 14:01:25
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:NO6FSSL1Hw3wBRGG6B5BnQ
__PACKAGE__->belongs_to(
"item",

Loading…
Cancel
Save