Browse Source

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

develop
sosuke.iwabuchi 5 days ago
parent
commit
c486d1421d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/apps/定期申込予約/buttons/承認メール送信ボタン.ts

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

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


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




Loading…
Cancel
Save