Explorar el Código

承認メールボタン表示条件の修正

develop
sosuke.iwabuchi hace 4 meses
padre
commit
c486d1421d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/apps/定期申込予約/buttons/承認メール送信ボタン.ts

+ 1
- 1
src/apps/定期申込予約/buttons/承認メール送信ボタン.ts Ver fichero

@@ -18,7 +18,7 @@ const 表示判定 = (record: 定期申込予約): boolean => {
return false;
}

if (!!record.IC定期駐車場利用方法) {
if (!!record.IC定期駐車場利用方法.value) {
return false;
}



Cargando…
Cancelar
Guardar