mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Merge branch 'ent-6012-servicios-dinamicos' into ent-6000-operaciones-masivas-de-servicios
This commit is contained in:
commit
fdc1d84089
@ -301,7 +301,7 @@ sub get_group_children ($$$;$) {
|
|||||||
my ($dbh, $parent, $ignorePropagate, $href_groups) = @_;
|
my ($dbh, $parent, $ignorePropagate, $href_groups) = @_;
|
||||||
|
|
||||||
if (is_empty($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 {
|
my $href_groups = map {
|
||||||
$_->{'id_grupo'} => $_
|
$_->{'id_grupo'} => $_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user