浏览代码

PRS MOBILE - updated change log

Nick-PRSDigital@bitbucket.org 2 年之前
父节点
当前提交
111e78b55b
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      prs.mobile/comal.timesheets/Data Classes/NotifyChanges.cs

+ 3 - 2
prs.mobile/comal.timesheets/Data Classes/NotifyChanges.cs

@@ -17,8 +17,9 @@ namespace comal.timesheets
             string latestChanges = "";
             string latestChanges = "";
             List<string> changes = new List<string>
             List<string> changes = new List<string>
                 {
                 {
-                "- Improvement to Site Manufacturing search",
-                "- Improve speed + fixes to Store Requis"
+                "- Bug fixes to Stock Control functions",
+                "- Bug fix open digital form from Task not working",
+                "- View delivery from Notifications"
                 };
                 };
             foreach (string s in changes)
             foreach (string s in changes)
             {
             {