소스 검색

微修正

master
sosuke.iwabuchi 2 년 전
부모
커밋
5c66ebbd85
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      app/Kintone/Models/PaymentPlan.php

+ 1
- 1
app/Kintone/Models/PaymentPlan.php 파일 보기

@@ -68,7 +68,7 @@ class PaymentPlan extends KintoneModel
protected function toArrayCustom(): array
{
return [
'payment_status' => $this->donePayment ? "支払済み" : "未払い",
'payment_status' => $this->donePayment() ? "支払済み" : "未払い",
];
}



Loading…
취소
저장