|
|
@ -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; |
|
|
|