Browse Source

自動承認 新規顧客のときに正常に動かないのを修正

develop
sosuke.iwabuchi 2 years ago
parent
commit
74309788f9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/apps/定期申込予約/自動承認.ts

+ 1
- 1
src/apps/定期申込予約/自動承認.ts View File

@@ -183,7 +183,7 @@ export class 申込 {
顧客コード: Number(customer[顧客マスタフィールド名.顧客コード].value),
};
} else {
this.顧客マスタ作成();
await this.顧客マスタ作成();
}
}



Loading…
Cancel
Save