diff --git a/htdocs/langs/en_US/projects.lang b/htdocs/langs/en_US/projects.lang index 5fd3648b6f4..bfafc7b0ac9 100755 --- a/htdocs/langs/en_US/projects.lang +++ b/htdocs/langs/en_US/projects.lang @@ -20,4 +20,6 @@ NewTask=New task Activity=Activity MyActivity=My activity DurationEffective=Effective duration -ListProposalsAssociatedProject=Lists of the commercial proposals associated the project \ No newline at end of file +ListProposalsAssociatedProject=Lists of the commercial proposals associated with the project +ListOrdersAssociatedProject=Lists of the orders associated with the project +ListInvoicesAssociatedProject=Lists of the invoices associated with the project \ No newline at end of file diff --git a/htdocs/langs/fr_FR/projects.lang b/htdocs/langs/fr_FR/projects.lang index 9f266cb3125..14a494dd0eb 100755 --- a/htdocs/langs/fr_FR/projects.lang +++ b/htdocs/langs/fr_FR/projects.lang @@ -20,4 +20,6 @@ NewTask=Nouvelle t Activity=Activité MyActivity=Mon activité DurationEffective=Durée effective -ListProposalsAssociatedProject=Listes des propositions commerciales associées au projet \ No newline at end of file +ListProposalsAssociatedProject=Listes des propositions commerciales associées au projet +ListOrdersAssociatedProject=Listes des commandes associées au projet +ListInvoicesAssociatedProject=Listes des factures associées au projet \ No newline at end of file diff --git a/htdocs/projet/commandes.php b/htdocs/projet/commandes.php index a383566134a..60bedcdba49 100644 --- a/htdocs/projet/commandes.php +++ b/htdocs/projet/commandes.php @@ -116,6 +116,19 @@ print '
| '.$langs->trans("Ref").' | '.$projet->ref.' |
| '.$langs->trans("Label").' | '.$projet->title.' |