瀏覽代碼

PRS MOBILE - bug fix warehousing transfer new location button

Nick-PRSDigital@bitbucket.org 2 年之前
父節點
當前提交
3680cddde5

+ 6 - 1
prs.mobile/comal.timesheets/DigitalForms/Renderer/QAFormViewer.cs

@@ -182,7 +182,6 @@ namespace comal.timesheets.QAForms
             });
            
         }
-
         #endregion
 
         #region Load Element Methods
@@ -1946,6 +1945,12 @@ namespace comal.timesheets.QAForms
             }
         }
 
+        public object GetFieldData(string fieldName, string dataField)
+        {
+            return new object();
+        }
+
+
         #endregion
     }
 }

+ 0 - 1
prs.mobile/comal.timesheets/Equipment/EquipmentDetailsDataModel.cs

@@ -50,7 +50,6 @@ namespace comal.timesheets
                 );
                 OpenKanbansVisible = OpenKanbans.Any();
                 base.AfterLoad(query, filter);
-
             }
             
     }

+ 1 - 1
prs.mobile/comal.timesheets/Warehousing/Transfer/RecTrans.xaml.cs

@@ -183,7 +183,7 @@ namespace comal.timesheets
         #region Receiving Button Presses
         private async void ChooseReceivingLocationBtn_Clicked(object sender, EventArgs e)
         {
-            string chosenOption = await DisplayActionSheet("Choose an Option", "Cancel", null, "New Location ", "Existing Location");
+            string chosenOption = await DisplayActionSheet("Choose an Option", "Cancel", null, "New Location", "Existing Location");
             switch (chosenOption)
             {
                 case "Cancel":