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.顧客マスタ作成(); } }