Skip to content

Commit

Permalink
Fix check to complement missing GIFI on SQL-Ledger
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Jul 14, 2023
1 parent e209380 commit dc5e6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/LedgerSMB/Upgrade_Tests.pm
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 dc5e6c1

Please sign in to comment.