Ver código fonte

微修正

master
sosuke.iwabuchi 2 anos atrás
pai
commit
5c66ebbd85
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      app/Kintone/Models/PaymentPlan.php

+ 1
- 1
app/Kintone/Models/PaymentPlan.php Ver arquivo

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



Carregando…
Cancelar
Salvar