瀏覽代碼

Manufacturing QA Checks now record the form description as required

frogsoftware 1 年之前
父節點
當前提交
f3f146bf64
共有 1 個文件被更改,包括 1 次插入0 次删除
  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);
                 }