From aad7577de019cc3af7321145bdb2db342b245668 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Oct 2019 21:08:16 +0000 Subject: [PATCH] --- source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs index cd31f9b..e267508 100644 --- a/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs +++ b/source/bizobjects/AyaLib/GZTW.AyaNova.BLL/Client.cs @@ -2398,7 +2398,7 @@ namespace GZTW.AyaNova.BLL ); cmPM.AddInParameter("@PMID", DbType.Guid, i.LT_O_WorkorderPreventiveMaintenance.Value); DBUtil.DB.ExecuteNonQuery(cmPM, transaction); - } + } } } }