Skip to content

Commit

Permalink
Fix: Club cofco especial descripcion
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoftpy committed Apr 26, 2021
1 parent 40560dd commit f2bafd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Traits/ClubsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public function club($rubro, $getImagen = null){
case 17:
$imagen = "images/caratula-bancos.PNG";
$club = "COFCO Especial";
break;
default:
$imagen = "images/caratula-bancos.PNG";
$club = "Club de Bancos";
Expand Down

0 comments on commit f2bafd8

Please sign in to comment.