2
0
forked from Wavyzz/dolibarr

Qual: Renamed all files & links "fiche.php" into "card.php"

This commit is contained in:
aspangaro
2014-09-18 21:18:25 +02:00
parent b22aef3521
commit 0b20369dd7
234 changed files with 665 additions and 664 deletions

View File

@@ -2699,7 +2699,7 @@ class Commande extends CommonOrder
$result='';
if (! empty($conf->expedition->enabled) && ($option == 1 || $option == 2)) $url = DOL_URL_ROOT.'/expedition/shipment.php?id='.$this->id;
else $url = DOL_URL_ROOT.'/commande/fiche.php?id='.$this->id;
else $url = DOL_URL_ROOT.'/commande/card.php?id='.$this->id;
if ($short) return $url;