/[dolibarr]/dolibarr/htdocs/societe/notify/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/societe/notify/fiche.php

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

revision 1.28 by eldy, Fri Nov 11 16:37:54 2005 UTC revision 1.29 by hregis, Fri Dec 2 13:20:06 2005 UTC
# Line 127  if ( $soc->fetch($soc->id) ) Line 127  if ( $soc->fetch($soc->id) )
127      }      }
128            
129      if ($conf->compta->enabled) {      if ($conf->compta->enabled) {
130                    $langs->load("compta");
131          $head[$h][0] = DOL_URL_ROOT.'/compta/fiche.php?socid='.$soc->id;          $head[$h][0] = DOL_URL_ROOT.'/compta/fiche.php?socid='.$soc->id;
132          $head[$h][1] = $langs->trans("Accountancy");          $head[$h][1] = $langs->trans("Accountancy");
133          $h++;          $h++;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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