fix: tipo_servicio hardcodeado como 'domicilio' en portal enfermero
This commit is contained in:
@@ -1106,6 +1106,7 @@ const agendaNueva = {
|
||||
indicaciones_dir: document.getElementById('na-indicaciones').value.trim() || null,
|
||||
fecha_programada: fecha,
|
||||
hora_programada: document.getElementById('na-hora').value || null,
|
||||
tipo_servicio: 'domicilio',
|
||||
tipo_cliente: 'particular',
|
||||
valor_domicilio: parseFloat(document.getElementById('na-valor-dom').value) || null,
|
||||
valor_copago: parseFloat(document.getElementById('na-valor-cop').value) || null,
|
||||
|
||||
Reference in New Issue
Block a user