Explorar el Código

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

develop
sosuke.iwabuchi hace 2 años
padre
commit
74309788f9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/apps/定期申込予約/自動承認.ts

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

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



Cargando…
Cancelar
Guardar