diff --git a/ChangeLog b/ChangeLog index 712f14dd3f4..db26453b7e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -127,6 +127,8 @@ backport commit 384e3812eb73a15adafb472cacfb93397a54459b to fix W3C/edit contrac ***** ChangeLog for 3.3.4 compared to 3.3.3 ***** - Fix: [ bug #1001 ] Social Contribution : State not correct +- Fix: Better management of pdf generation when tcpdf is not available. +- Fix: Change to be more debian compliant natively. ***** ChangeLog for 3.3.3 compared to 3.3.2 ***** - Fix: [ bug #903 ] Fatal error: Call to undefined function dol_get_first_day() in htdocs/commande/liste.php diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index 0101042fd74..77b88c49715 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -992,7 +992,7 @@ if ($id > 0) { $project=new Project($db); $project->fetch($act->fk_project); - print $project->getNomUrl(1); + print $project->getNomUrl(1,'',1); } print ''; }