Explorar el Código

微修正

master
sosuke.iwabuchi hace 2 años
padre
commit
5c66ebbd85
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/Kintone/Models/PaymentPlan.php

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

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



Cargando…
Cancelar
Guardar