Bug 22125: branches.pickup_location should be flagged as boolean

This trivial patch just marks the mentioned column as a boolean.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

https://bugs.koha-community.org/show_bug.cgi?id=16497

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
This commit is contained in:
Tomás Cohen Arazi 2019-01-14 08:04:51 -03:00 committed by Nick Clemens
parent e0b1f945f9
commit 95ce61fd3e

View file

@ -680,8 +680,9 @@ __PACKAGE__->has_many(
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-03 16:10:04
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WyXH3sMlyuJIx0fd31RswA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
__PACKAGE__->add_columns(
'+pickup_location' => { is_boolean => 1 }
);
sub koha_objects_class {
'Koha::Libraries';