FIX
This commit is contained in:
@ -237,7 +237,7 @@ class Ventas
|
||||
}
|
||||
|
||||
$venta->fecha = $f->format('Y-m-d');
|
||||
$venta->valor_uf = str_replace(',', '', post('valor'));
|
||||
$venta->valor_uf = str_replace(',', '.', post('valor'));
|
||||
$venta->fecha_ingreso = $t->format('Y-m-d');
|
||||
if (post('operador') != 0) {
|
||||
$venta->agente = post('operador');
|
||||
|
Reference in New Issue
Block a user