Преглед на файлове

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 = "";
             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)
             {