Sfoglia il codice sorgente

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

develop
sosuke.iwabuchi 2 anni fa
parent
commit
74309788f9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/apps/定期申込予約/自動承認.ts

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

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



Loading…
Annulla
Salva