This commit is contained in:
@@ -1769,12 +1769,12 @@ namespace AyaNova.PlugIn.QBI
|
||||
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
|
||||
}
|
||||
}
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
|
||||
|
||||
#endregion client
|
||||
@@ -1799,13 +1799,13 @@ namespace AyaNova.PlugIn.QBI
|
||||
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
|
||||
}
|
||||
}
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
|
||||
#endregion Vendor
|
||||
break;
|
||||
@@ -1829,13 +1829,13 @@ namespace AyaNova.PlugIn.QBI
|
||||
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
|
||||
}
|
||||
}
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
|
||||
#endregion Rate
|
||||
break;
|
||||
@@ -1861,14 +1861,14 @@ namespace AyaNova.PlugIn.QBI
|
||||
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
|
||||
}
|
||||
}
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//case 3718
|
||||
SaveIntegrationObjectChanges();
|
||||
#endregion Part
|
||||
break;
|
||||
|
||||
|
||||
@@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("7.6.0.0")]
|
||||
[assembly: AssemblyFileVersion("7.6.2.0")]
|
||||
[assembly: AssemblyFileVersion("7.6.3.0")]
|
||||
|
||||
@@ -52,7 +52,7 @@ namespace AyaNova.PlugIn.QBI
|
||||
|
||||
public string PluginVersion
|
||||
{
|
||||
get { return "7.6 (patch 1)"; }//if patch then 7.3 (patch 1) etc
|
||||
get { return "7.6 (patch 3)"; }//if patch then 7.3 (patch 1) etc
|
||||
}
|
||||
|
||||
public string About
|
||||
|
||||
Reference in New Issue
Block a user