From 879b0d420555704579c76cf3234c61010539d6fc Mon Sep 17 00:00:00 2001
From: xiaoding721 <33130084+xiaoding721@users.noreply.github.com>
Date: 星期二, 07 十一月 2023 17:15:29 +0800
Subject: [PATCH] Merge branch 'dev' into dev_lrs
---
_Main/UI/MacroPlannerWebApp/Component_FormPeggingProduct_MP/Response_pButton_bCreate_OnClick.def | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/_Main/UI/MacroPlannerWebApp/Component_FormPeggingProduct_MP/Response_pButton_bCreate_OnClick.def b/_Main/UI/MacroPlannerWebApp/Component_FormPeggingProduct_MP/Response_pButton_bCreate_OnClick.def
index 84c4002..c88c351 100644
--- a/_Main/UI/MacroPlannerWebApp/Component_FormPeggingProduct_MP/Response_pButton_bCreate_OnClick.def
+++ b/_Main/UI/MacroPlannerWebApp/Component_FormPeggingProduct_MP/Response_pButton_bCreate_OnClick.def
@@ -16,7 +16,7 @@
form := construct( FormNavigationPanel );
form.ShowDockLeft();
- PeggingProduct_MP::Create( GlobalOTDSOP, DataHolderCheckedProduct.Data() );
+ PeggingProduct_MP::CreateData( GlobalOTDSOP, DataHolderCheckedProduct.Data() );
*]
GroupServerCalls: false
}
--
Gitblit v1.9.3