Browse Source

微修正

master
sosuke.iwabuchi 2 years ago
parent
commit
5c66ebbd85
1 changed files with 1 additions and 1 deletions
  1. +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() ? "支払済み" : "未払い",
];
}



Loading…
Cancel
Save