From cbd9d8ece9ace56d132ba1f9b1117ec34c284794 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 11 Jun 2020 15:37:49 +0000 Subject: [PATCH] --- util/RavenKeyFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/RavenKeyFactory.cs b/util/RavenKeyFactory.cs index 3264225..bd0af3d 100644 --- a/util/RavenKeyFactory.cs +++ b/util/RavenKeyFactory.cs @@ -221,7 +221,7 @@ namespace rockfishCore.Util if (sId.Contains(",")) sId = sId.Split('.')[0]; k.Id = $"00-{sId}"; - k.RegisteredTo = "Test Testerson Inc."; + k.RegisteredTo = "Best Besterson Inc."; k.DbId = dbid; //add accounting and user features either way