From 8024a613760856d0319fd9556c9740567f6fab3e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Sep 2013 21:07:00 +0200 Subject: [PATCH 1/2] Add missing label --- htdocs/comm/action/fiche.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/comm/action/fiche.php b/htdocs/comm/action/fiche.php index dd52d5d92a2..45ffe24781b 100644 --- a/htdocs/comm/action/fiche.php +++ b/htdocs/comm/action/fiche.php @@ -1000,7 +1000,7 @@ if ($id > 0) { $project=new Project($db); $project->fetch($act->fk_project); - print $project->getNomUrl(1); + print $project->getNomUrl(1,'',1); } print ''; } From f5387081e01efbb0ae20704569ca225ac2e395af Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 25 Sep 2013 11:25:30 +0200 Subject: [PATCH 2/2] Update doc --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 003679cf3f5..f0b270f3b2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ English Dolibarr ChangeLog ***** 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 *****