keep the default value for target in getnomurl to ''

This commit is contained in:
iouston 2022-02-15 09:32:27 +01:00 committed by GitHub
parent 7e6279e942
commit 1bc80df643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2532,7 +2532,7 @@ class Societe extends CommonObject
* @param string $target add attribute target
* @return string String with URL
*/
public function getNomUrl($withpicto = 0, $option = '', $maxlen = 0, $notooltip = 0, $save_lastsearch_value = -1, $noaliasinname = 0, $target = '_self')
public function getNomUrl($withpicto = 0, $option = '', $maxlen = 0, $notooltip = 0, $save_lastsearch_value = -1, $noaliasinname = 0, $target = '')
{
global $conf, $langs, $hookmanager;