Skip to content

Commit

Permalink
Fixing partsgroup test.
Browse files Browse the repository at this point in the history
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@6951 4979c152-3d1c-0410-bac9-87ea11338e46
  • Loading branch information
einhverfr committed Mar 28, 2014
1 parent 86e3c58 commit fc1cdc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LedgerSMB/Upgrade_Tests.pm
Expand Up @@ -437,7 +437,8 @@ push @tests, __PACKAGE__->new(
push @tests, __PACKAGE__->new(
test_query => "select *
from partscustomer
where not exists (select 1
where pricegroup_id is not null and
not exists (select 1
from pricegroup
where id = pricegroup_id)",
display_name => $LedgerSMB::App_State::Locale->text('Non-existing customer pricegroups in partscustomer'),
Expand Down

0 comments on commit fc1cdc8

Please sign in to comment.