2
0
forked from Wavyzz/dolibarr

Fix: wrong id name

This commit is contained in:
Regis Houssin
2018-02-06 19:29:16 +01:00
parent 5e7d172a58
commit 8b7f40e15b
3 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
<?php
/* Copyright (C) 2005-2016 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2015 Regis Houssin <regis.houssin@capnetworks.com>
/* Copyright (C) 2005-2018 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2018 Regis Houssin <regis.houssin@capnetworks.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -240,7 +240,7 @@ if ($canreadperms)
{
$obj = $db->fetch_object($resql);
$grouptemp->id = $obj->id;
$grouptemp->id = $obj->rowid;
$grouptemp->name = $obj->name;
$grouptemp->note = $obj->note;