Skip to content

Commit

Permalink
Fix de la carga del formulario de cargos
Browse files Browse the repository at this point in the history
  • Loading branch information
elyambay committed Aug 31, 2017
1 parent 0e56c76 commit 444befc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/Controllers/CargosClientesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ public function store(Request $request){

}elseif ($posPunto) {
$real = str_replace("%", "", str_replace(".", "", $value)); // quita los caracteres de formato numérico
}else{
$real = $value;
}


Expand Down

0 comments on commit 444befc

Please sign in to comment.