forked from Wavyzz/dolibarr
@@ -6,7 +6,7 @@
|
||||
* Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
|
||||
* Copyright (C) 2010 Juanjo Menent <jmenent@2byte.es>
|
||||
* Copyright (C) 2015 Marcos García <marcosgdf@gmail.com>
|
||||
* Copyright (C) 2021 Frédéric France <frederic.france@netlogic.fr>
|
||||
* Copyright (C) 2021-2024 Frédéric France <frederic.france@free.fr>
|
||||
*
|
||||
* 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
|
||||
@@ -176,7 +176,7 @@ if ($socid) {
|
||||
print dol_get_fiche_end();
|
||||
|
||||
print '<br>';
|
||||
$params = '';
|
||||
$params = array();
|
||||
$backtopage = $_SERVER['PHP_SELF'].'?socid='.$object->id;
|
||||
$newcardbutton = dolGetButtonTitle($langs->trans("NewProject"), '', 'fa fa-plus-circle', DOL_URL_ROOT.'/projet/card.php?action=create&socid='.$object->id.'&backtopageforcancel='.urlencode($backtopage), '', 1, $params);
|
||||
|
||||
|
||||
@@ -98,7 +98,6 @@ parameters:
|
||||
- '#( |::)((multi)?selectarray)\(\) expects array#'
|
||||
- '# (reWriteAllMenus|check_authentication) expects array#'
|
||||
- '#::(_validateMyObject|select_company)\(\) expects array<string#'
|
||||
- '# dolGetButtonTitle expects array<string#'
|
||||
- '# getNav expects array#'
|
||||
- '# getCommonSubstitutionArray expects array#'
|
||||
- '# ldap_search expects array\|LDAP#'
|
||||
|
||||
Reference in New Issue
Block a user