This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
KT-MyPage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
微修正
master
sosuke.iwabuchi
2 years ago
parent
eca5ec7c9f
commit
5c66ebbd85
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/Kintone/Models/PaymentPlan.php
+ 1
- 1
app/Kintone/Models/PaymentPlan.php
View File
@@ -68,7 +68,7 @@ class PaymentPlan extends KintoneModel
protected function toArrayCustom(): array
{
return [
'payment_status' => $this->donePayment ? "支払済み" : "未払い",
'payment_status' => $this->donePayment
()
? "支払済み" : "未払い",
];
}
Write
Preview
Loading…
Cancel
Save