From 74309788f9ee8e3016b9f5bb599049b21089ca52 Mon Sep 17 00:00:00 2001 From: "sosuke.iwabuchi" Date: Thu, 14 Dec 2023 14:29:50 +0900 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8B=95=E6=89=BF=E8=AA=8D=E3=80=80?= =?UTF-8?q?=E6=96=B0=E8=A6=8F=E9=A1=A7=E5=AE=A2=E3=81=AE=E3=81=A8=E3=81=8D?= =?UTF-8?q?=E3=81=AB=E6=AD=A3=E5=B8=B8=E3=81=AB=E5=8B=95=E3=81=8B=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=81=AE=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/定期申込予約/自動承認.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/定期申込予約/自動承認.ts b/src/apps/定期申込予約/自動承認.ts index f31647b..edbab47 100644 --- a/src/apps/定期申込予約/自動承認.ts +++ b/src/apps/定期申込予約/自動承認.ts @@ -183,7 +183,7 @@ export class 申込 { 顧客コード: Number(customer[顧客マスタフィールド名.顧客コード].value), }; } else { - this.顧客マスタ作成(); + await this.顧客マスタ作成(); } }