Merge branch 'ent-6012-servicios-dinamicos' into ent-6000-operaciones-masivas-de-servicios

This commit is contained in:
fbsanchez 2020-07-07 13:54:34 +02:00
commit fdc1d84089
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ sub get_group_children ($$$;$) {
my ($dbh, $parent, $ignorePropagate, $href_groups) = @_;
if (is_empty($href_groups)) {
my @groups = get_db_rows($dbh, 'tgrupo');
my @groups = get_db_rows($dbh, 'SELECT * FROM tgrupo');
my $href_groups = map {
$_->{'id_grupo'} => $_