Explorar el Código

Manufacturing QA Checks now record the form description as required

frogsoftware hace 1 año
padre
commit
f3f146bf64
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      prs.desktop/Panels/Factory/FactoryPanel.xaml.cs

+ 1 - 0
prs.desktop/Panels/Factory/FactoryPanel.xaml.cs

@@ -2561,6 +2561,7 @@ namespace PRSDesktop
                     var stage = stagerow.ToObject<ManufacturingPacketStage>();
                     stage.Form.ID = CurrentSection.QAForm.ID;
                     stage.FormData = Serialization.Serialize(values);
+                    stage.Description = CurrentSection.QAForm.Description;
                     stagerow.Set<ManufacturingPacketStage, string>(x => x.FormData, stage.FormData);
                     updates.Add(stage);
                 }