dolibarr-bugtrack
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-bugtrack] [bug #15769] Dans la fiche societe, le lien vers la


From: bugblaster
Subject: [Dolibarr-bugtrack] [bug #15769] Dans la fiche societe, le lien vers la fiche de la maison mère ne marche pas
Date: Thu, 16 Feb 2006 10:38:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.0.1) Gecko/20060124 Firefox/1.5.0.1

URL:
  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15769>

                 Summary: Dans la fiche societe, le lien vers la fiche de la
maison mère ne marche pas
                 Project: Dolibarr
            Submitted by: bugblaster
            Submitted on: jeu 16.02.2006 à 10:38
                Severity: 3 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: None
        Platform Version: GNU/Linux

    _______________________________________________________

Details:

Dans la fiche societe, le lien vers la fiche de la mère ne marche pas:

Dans le fichier /soc.php il faut corriger la ligne 786 :

et remplacer

print '<a
href="'.DOL_URL_ROOT.'/soc.php?socid='.$socm->idp.'">'.img_object($langs->trans("ShowCompany"),'company').'\
 '.$socm->nom.'</a>'.($socm->code_client?"(".$socm->code_client.")":"").' -
'.$socm->ville;

par
 
print '<a
href="'.DOL_URL_ROOT.'/soc.php?socid='.$socm->id.'">'.img_object($langs->trans("ShowCompany"),'company').'\
 '.$socm->nom.'</a>'.($socm->code_client?"(".$socm->code_client.")":"").' -
'.$socm->ville;



-------------
Version: 2.1-alpha
Server: Apache/2.0.51 (Fedora)
Url: /soc.php?socid=1454







    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15769>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]