case 3646
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -2389,7 +2389,7 @@ namespace GZTW.AyaNova.BLL
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region DAL Data Access
|
||||
#region DAL Data Access
|
||||
|
||||
#region fetch
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user