Skip to content

Commit

Permalink
CargaDetalle empresa parameter optional
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoftpy committed Oct 25, 2021
1 parent e4d2a88 commit 3374c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Traits/ReportTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function countEmergentesSegmento($rubro, $subRubro, $periodo){
}
return $count;
}
public function cargaDetalle($item, &$itemArray, $empresa){
public function cargaDetalle($item, &$itemArray, $empresa = null){

$variableAnual = false;
$efectivoTotal = false;
Expand Down

0 comments on commit 3374c69

Please sign in to comment.