Editar desistimiento venta

This commit is contained in:
2023-12-21 21:06:38 -03:00
parent d7d17a3051
commit ac52305002
7 changed files with 173 additions and 54 deletions

View File

@ -34,7 +34,7 @@ class Pago extends Model
'banco' => $this->banco ?? '',
'tipo_pago' => $this->tipoPago ?? '',
'identificador' => $this->identificador ?? '',
'fecha' => $this->fecha->format('Y-m-d H:i:S') ?? '',
'fecha' => $this->fecha->format('Y-m-d H:i:s') ?? '',
'uf' => $this->uf ?? 1,
'pagador' => $this->pagador ?? '',
'asociado' => $this->asociado ?? ''