2
0
forked from Wavyzz/dolibarr

Fix: Bad link

This commit is contained in:
Laurent Destailleur
2010-11-04 19:05:05 +00:00
parent 6da6637c43
commit 49bd52c4ab
5 changed files with 25 additions and 25 deletions

View File

@@ -2171,10 +2171,10 @@ class Commande extends CommonObject
/**
* \brief Renvoie nom clicable (avec eventuellement le picto)
* \param withpicto 0=Pas de picto, 1=Inclut le picto dans le lien, 2=Picto seul
* \param option Sur quoi pointe le lien: 0=fiche commande,3=fiche compta commande,4=fiche expedition commande
* \return string Chaine avec URL
* Return clicable link of object (with eventually picto)
* @param withpicto Add picto into link
* @param option Where point the link
* @return string String with URL
*/
function getNomUrl($withpicto=0,$option=0)
{