diff --git a/htdocs/docsoc.php b/htdocs/docsoc.php index 445fb4f1007..45a86f5ee7b 100644 --- a/htdocs/docsoc.php +++ b/htdocs/docsoc.php @@ -147,9 +147,19 @@ if ($socid > 0) } print ''; + + // Ref print ''; + + // Prefix + print ''; + + // Nbre fichiers print ''; + + //Total taille print ''; + print '
'.$langs->trans("Name").''.$societe->nom.'
'.$langs->trans('Prefix').''.$objsoc->prefix_comm.'
'.$langs->trans("NbOfAttachedFiles").''.sizeof($filearray).'
'.$langs->trans("TotalSizeOfAttachedFiles").''.$totalsize.' '.$langs->trans("bytes").'
'; print ''; diff --git a/htdocs/socnote.php b/htdocs/socnote.php index 9170d110191..5b68bf12f23 100644 --- a/htdocs/socnote.php +++ b/htdocs/socnote.php @@ -90,6 +90,7 @@ if ($socidp > 0) print "
"; print ''; + print ''; print ''; print ""; print ''; + print "
'.$langs->trans("Note").''.$langs->trans("CurrentNote").'
'; print ""; @@ -98,6 +99,7 @@ if ($socidp > 0) print ''.nl2br($societe->note).'
"; print '
';