forked from Dolibarr/dolibarr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Dolibarr:develop' into patch-noncounting-stock
- Loading branch information
Showing
210 changed files
with
1,747 additions
and
975 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,10 @@ | |
* Copyright (C) 2005-2018 Regis Houssin <[email protected]> | ||
* Copyright (C) 2012 Marcos García <[email protected]> | ||
* Copyright (C) 2012-2020 Philippe Grand <[email protected]> | ||
* Copyright (C) 2015-2018 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2015-2024 Alexandre Spangaro <[email protected]> | ||
* Copyright (C) 2018-2024 Frédéric France <[email protected]> | ||
* Copyright (C) 2021 Waël Almoman <[email protected]> | ||
* Copyright (C) 2024 MDW <[email protected]> | ||
* Copyright (C) 2024 MDW <[email protected]> | ||
* | ||
* 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 | ||
|
@@ -36,6 +36,7 @@ | |
require_once DOL_DOCUMENT_ROOT.'/core/lib/member.lib.php'; | ||
require_once DOL_DOCUMENT_ROOT.'/core/lib/company.lib.php'; | ||
require_once DOL_DOCUMENT_ROOT.'/core/lib/images.lib.php'; | ||
require_once DOL_DOCUMENT_ROOT.'/core/lib/files.lib.php'; | ||
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php'; | ||
require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent.class.php'; | ||
require_once DOL_DOCUMENT_ROOT.'/adherents/class/adherent_type.class.php'; | ||
|
@@ -1453,7 +1454,7 @@ function initfieldrequired() { | |
*/ | ||
$head = member_prepare_head($object); | ||
|
||
print dol_get_fiche_head($head, 'general', $langs->trans("Member"), -1, 'user'); | ||
print dol_get_fiche_head($head, 'general', $langs->trans("Member"), -1, 'user', 0, '', '', 0, '', 1); | ||
|
||
// Confirm create user | ||
if ($action == 'create_user') { | ||
|
Oops, something went wrong.