This commit is contained in:
2020-05-12 00:12:10 +00:00
parent 0ee1fcd512
commit a5e327bdca
2 changed files with 12 additions and 8 deletions

View File

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

View File

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