Bug 30481: DBRev 21.12.00.031
[koha.git] / installer / data / mysql / db_revs / 211200003.pl
1 use Modern::Perl;
2
3 return {
4     bug_number => "29457",
5     description => "Fee Cancellation records the wrong manager_id",
6     up => sub {
7         my ($args) = @_;
8         my ($dbh, $out) = @$args{qw(dbh out)};
9         say $out "WARNING: You may have some incorrect manager_id's recorded against account cancellation lines, please see bugzilla for details.";
10         say $out "NOTE: You may already have this bugfix applied at an earlier upgrade.";
11     },
12 }