diff --git a/accounts/config/config-tags.ledger b/accounts/config/config-tags.ledger index cc5c8a7720d52683b54530c76dbff940d270b958..a8f03c26ba5fd800b252174ece65a20942117fd1 100644 --- a/accounts/config/config-tags.ledger +++ b/accounts/config/config-tags.ledger @@ -46,7 +46,7 @@ tag IncomeType tag Program assert value =~ /[ A-z0-9\-]+(:[ A-z0-9\-]+)*/ - check value =~ /^(Main Org:(Overhead|Direct Fundraising|Software:Internal))$/ + check value =~ /^((Foo|Main Org):(Overhead|Direct Fundraising|Software:Internal|Conference.*))$/ ; Entity tag is just a string, but shouldn't have spaces, just letters,