diff --git a/TODO.txt b/TODO.txt index 38231f9..fee2294 100644 --- a/TODO.txt +++ b/TODO.txt @@ -6,11 +6,15 @@ ////////////////////////////////////////////////////////// //DONE STUFF -Biz 7.6 patch 4 -case 3738 - PO Items could remain not deleted when PO closed with none received -case 3739 - PO Item quantity ordered sometimes not set correctly when PO is partially received, then closed -case 3740 - Database schema update to repair inventory related values due to prior issues fixed by cases 3738 and 3739 -(Re-set inventory on order, on order committed, remove orphaned po items that are status closed_none_received, re-set qty ordered on po items that are status closed_partially_received) +Biz 7.6 patch 5 +case 3759 - Intermittent / rare error after selecting "Show All" option in forms. Expanded error reporting to aid troubleshooting. -Windows AyaNova 7.6 patch 2 -case 3736 - All main object edit forms except workorder would not prompt user to save before printing report which could result in stale values on report \ No newline at end of file + +Windows AyaNova 7.6 patch 3 +case 3750 - Error / unable to add Assigned Document to Contract object +case 3751 - Potential error / crash opening Assigned Documents list for any object when a linked file no longer exists in file system + +All plugins +Case 3754 - minor cosmetic change to make About information more readable / concise. No version changes + +V8 Export plugin \ No newline at end of file diff --git a/source/bizobjects/AyaLib/AssemblyInfo.cs b/source/bizobjects/AyaLib/AssemblyInfo.cs index 8febb6d..37f6e15 100644 --- a/source/bizobjects/AyaLib/AssemblyInfo.cs +++ b/source/bizobjects/AyaLib/AssemblyInfo.cs @@ -64,4 +64,4 @@ using System.Security.Permissions; // Configure log4net using the .config file //[assembly: log4net.Config.XmlConfigurator(ConfigFile="Log4Net.config",Watch=true)] //[assembly: log4net.Config.XmlConfigurator( ConfigFile="Log4Net.config",Watch=true )] -[assembly: AssemblyFileVersionAttribute("7.6.4.0")] +[assembly: AssemblyFileVersionAttribute("7.6.5.0")]