This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
KT-MyPage-kintone
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
承認メールボタン表示条件の修正
develop
sosuke.iwabuchi
5 days ago
parent
9588f6ea0d
commit
c486d1421d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
}
Write
Preview
Loading…
Cancel
Save