Explorar o código

Manufacturing QA Checks now record the form description as required

frogsoftware hai 1 ano
pai
achega
f3f146bf64
Modificáronse 1 ficheiros con 1 adicións e 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);
                 }