Skip to content

Commit

Permalink
Bug 6796: DBRev 23.12.00.018
Browse files Browse the repository at this point in the history
Signed-off-by: Katrin Fischer <[email protected]>
  • Loading branch information
kfischer committed Apr 12, 2024
1 parent a8c7429 commit c45487c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Koha.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use vars qw{ $VERSION };
# - #4 : the developer version. The 4th number is the database subversion.
# used by developers when the database changes. updatedatabase take care of the changes itself
# and is automatically called by Auth.pm when needed.
$VERSION = "23.12.00.017";
$VERSION = "23.12.00.018";

sub version {
return $VERSION;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
}
}

say $out "Added table `library_hours`";
say $out "Added table 'library_hours'";

$dbh->do(
q{ INSERT IGNORE INTO systempreferences ( variable, value, options, explanation, type ) VALUES ( 'ConsiderLibraryHoursInCirculation', 'ignore', 'close|open|ignore', "Take library opening hours into consideration to calculate due date when circulating.", 'Choice' ) }
Expand Down

0 comments on commit c45487c

Please sign in to comment.