This commit is contained in:
2019-11-27 16:52:28 +00:00
parent a3813fa0f8
commit 6a04366d3a
3 changed files with 14 additions and 14 deletions

View File

@@ -1769,12 +1769,12 @@ namespace AyaNova.PlugIn.QBI
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
}
}
}
}
}
//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();
}
}
}
#endregion Vendor
break;
@@ -1829,13 +1829,13 @@ namespace AyaNova.PlugIn.QBI
DoLink(i.ID,_Type,dr["ID"].ToString(),i.Name);
}
}
}
}
}
//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();
}
}
}
#endregion Part
break;

View File

@@ -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")]

View File

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