case 3646

This commit is contained in:
2018-08-22 22:20:42 +00:00
parent 4c82025a62
commit 1edf15d017
5 changed files with 7 additions and 8 deletions

View File

@@ -190,7 +190,6 @@ Global
{50B807B6-FC35-4CC3-B54D-91C78426A943}.ReleaseX86AyaNova|x86.ActiveCfg = Release|Any CPU
{82EA0692-8199-45D6-8726-CA49EE893299}.Debug|.NET.ActiveCfg = Debug|Any CPU
{82EA0692-8199-45D6-8726-CA49EE893299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82EA0692-8199-45D6-8726-CA49EE893299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82EA0692-8199-45D6-8726-CA49EE893299}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{82EA0692-8199-45D6-8726-CA49EE893299}.Debug|WBI.ActiveCfg = Debug|Any CPU
{82EA0692-8199-45D6-8726-CA49EE893299}.Debug|x64.ActiveCfg = Debug|Any CPU

Binary file not shown.

View File

@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- Development test MSSQL DB -->
<!-- Development test MSSQL DB
<ConnectionType>DataBase</ConnectionType>
<DataBaseType>MSSQL</DataBaseType>
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password = abraxis;</DataBaseConnectionString>
-->
<!-- Customer restored MSSQL DB
<ConnectionType>DataBase</ConnectionType>
@@ -13,12 +13,11 @@
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=AyaNova-XXXXX;User Id=sa; Password=abraxis;</DataBaseConnectionString>
-->
<!-- TEST embedded Firebird database
<!-- TEST embedded Firebird database -->
<ConnectionType>DataBase</ConnectionType>
<DataBaseType>FireBird</DataBaseType>
<DataBaseConnectionString>ServerType=1;DataBase=C:\data\AyaNova\database\AYANOVA.fdb;Dialect=3;</DataBaseConnectionString>
-->
<!-- DataPortal
<ConnectionType>DataPortal</ConnectionType>

View File

@@ -1106,7 +1106,8 @@ namespace GZTW.AyaNova.BLL
//Gextest
GlobalX.TData = new GZTW.AyaNova.BLL.GlobalEx.AGlobalExData();
GlobalX.TData.EvalExpire = System.DateTime.Now.AddDays(31);
//case 3646 changed from 31 to 46 days
GlobalX.TData.EvalExpire = System.DateTime.Now.AddDays(46);
GlobalX.Save();
//Advance trial data dates

View File

@@ -2389,7 +2389,7 @@ namespace GZTW.AyaNova.BLL
}
#endregion
#region DAL Data Access
#region DAL Data Access
#region fetch
///