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
2 years ago
parent
733c9a9eb8
commit
74309788f9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/apps/定期申込予約/自動承認.ts
+ 1
- 1
src/apps/定期申込予約/自動承認.ts
View File
@@ -183,7 +183,7 @@ export class 申込 {
顧客コード: Number(customer[顧客マスタフィールド名.顧客コード].value),
};
} else {
this.顧客マスタ作成();
await
this.顧客マスタ作成();
}
}
Write
Preview
Loading…
Cancel
Save