/[dolibarr]/dolibarr/htdocs/comm/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/fiche.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.101 by eldy, Wed Sep 7 21:27:33 2005 UTC revision 1.102 by eldy, Wed Sep 14 22:47:56 2005 UTC
# Line 264  if ($_socid > 0) Line 264  if ($_socid > 0)
264      // Type + Staff      // Type + Staff
265      $arr = $objsoc->typent_array($objsoc->typent_id);      $arr = $objsoc->typent_array($objsoc->typent_id);
266      $objsoc->typent= $arr[$objsoc->typent_id];      $objsoc->typent= $arr[$objsoc->typent_id];
267      print '<tr><td>'.$langs->trans("Type").'</td><td>'.$objsoc->typent.'</td><td>'.$langs->trans("Staff").'</td><td>'.$objsoc->effectif.'</td></tr>';      print '<tr><td>'.$langs->trans("Type").'</td><td>'.$objsoc->typent.'</td><td>'.$langs->trans("Staff").'</td><td nowrap>'.$objsoc->effectif.'</td></tr>';
268    
269      // Remise permanente      // Remise permanente
270      print '<tr><td nowrap>';      print '<tr><td nowrap>';

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26