Merge pull request #8176 from hregis/7.0_bug2

Fix: wrong param name (Travis error !)
This commit is contained in:
Laurent Destailleur 2018-02-12 03:25:23 +01:00 committed by GitHub
commit 9b8b3a1236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -652,7 +652,7 @@ class Tva extends CommonObject
* @param int $withpicto 0=No picto, 1=Include picto into link, 2=Only picto
* @param string $option link option
* @param int $notooltip 1=Disable tooltip
* @param string $morecss More CSS
* @param string $morecss More CSS
* @return string Chaine with URL
*/
function getNomUrl($withpicto=0, $option='', $notooltip=0, $morecss='')