diff --git a/ChangeLog b/ChangeLog index 2d7932dd762..0b6341ffbc1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,7 +17,7 @@ For users: - New: Add more types for extra parameters (lists, phone, emails, checkbox, prices). - New: Some part of interface use more CSS3 (ie: agenda) - New: [ task #707 ] Create option ProfIdx are mandatory to validate a invoice. -- New: Can define of we want to use VAT or not for subscriptions (foundation module). +- New: Can define if we want to use VAT or not for subscriptions (foundation module). - New: Can define a default choice for choice "More action when recording a subscription" (foundation module). - New: Add link to check professional id for india. diff --git a/htdocs/user/hierarchy.php b/htdocs/user/hierarchy.php index ad5584483fc..afcd72ec76a 100644 --- a/htdocs/user/hierarchy.php +++ b/htdocs/user/hierarchy.php @@ -96,13 +96,13 @@ $nbofentries=(count($data) - 1); if ($nbofentries > 0) { - print '
| '.img_picto_common('','treemenu/branchbottom.gif').' | '; print ''; print $langs->trans("NoCategoryYet"); |