Skip to content

Commit

Permalink
Merge pull request #7499 from ehuelsmann/fix/master/sl-upgrades
Browse files Browse the repository at this point in the history
Fix check to complement missing GIFI on SQL-Ledger
  • Loading branch information
ehuelsmann committed Jul 14, 2023
2 parents e209380 + dc5e6c1 commit 3ff653d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/LedgerSMB/Upgrade_Tests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ push @tests, __PACKAGE__->new(
name => 'missing_gifi_table_rows',
display_cols => [ 'accno', 'description' ],
table => 'gifi',
insert => 1,
columns => ['description'],
id_columns => ['accno'],
instructions => marktext('Please add the missing GIFI accounts'),
Expand Down

0 comments on commit 3ff653d

Please sign in to comment.