Commit install_db.sql changes to correct build error

This commit is contained in:
omara 2012-08-05 16:28:51 -04:00
commit 27fe6b08b1

View file

@ -393,7 +393,7 @@ WHERE
E.AccountType IN (1,5) E.AccountType IN (1,5)
RETURN RETURN
END END
GO