From 8cec046d665f7141790a7a80b6ec06176ba5b20d Mon Sep 17 00:00:00 2001 From: Juan Pablo Vial Date: Thu, 4 Jul 2024 16:23:39 -0400 Subject: [PATCH] FIX --- app/resources/views/ventas/propietarios/edit.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/resources/views/ventas/propietarios/edit.blade.php b/app/resources/views/ventas/propietarios/edit.blade.php index c4e4022..582ec17 100644 --- a/app/resources/views/ventas/propietarios/edit.blade.php +++ b/app/resources/views/ventas/propietarios/edit.blade.php @@ -187,7 +187,7 @@ Editar Propietario return } if ('rut' in data) { - data['dv'] = this.digito(data['rut']) + data['dv'] = Rut.digito(data['rut']) } return fetchAPI(uri, {method: 'put', headers: {'Content-Type': 'application/json'}, body: JSON.stringify(data)}