diff --git a/UFIDA.U9.CreateSupplier/CustCreateSupplier.cs b/UFIDA.U9.CreateSupplier/CustCreateSupplier.cs index ac57a96..1a11578 100644 --- a/UFIDA.U9.CreateSupplier/CustCreateSupplier.cs +++ b/UFIDA.U9.CreateSupplier/CustCreateSupplier.cs @@ -122,7 +122,7 @@ namespace UFIDA.U9.CreateSupplier UFIDAU9BasePropertyTypesEffectiveData m_effective = new UFIDAU9BasePropertyTypesEffectiveData(); //m_effective.m_effectiveDate = new DateTime(2022, 9, 1); - m_effective.m_effectiveDate = DateTime.Now.AddDays(-1); + m_effective.m_effectiveDate = Convert.ToDateTime(Supp.Effective_EffectiveDate);// DateTime.Now.AddDays(-1); m_effective.m_disableDate = new DateTime(9999, 12, 31); m_effective.m_isEffective = true;