Pārlūkot izejas kodu

Manufacturing QA Checks now record the form description as required

frogsoftware 1 gadu atpakaļ
vecāks
revīzija
f3f146bf64
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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);
                 }