Merge pull request #2745 from frederic34/patch-9

Typo
This commit is contained in:
Juanjo Menent 2015-05-03 11:01:32 +02:00
commit 6b9d5be3c2

View File

@ -1539,7 +1539,7 @@ class Commande extends CommonOrder
if ($this->statut == self::STATUS_DRAFT) $this->brouillon = 1;
// Retreive all extrafield for invoice
// Retrieve all extrafields for invoice
// fetch optionals attributes and labels
require_once DOL_DOCUMENT_ROOT.'/core/class/extrafields.class.php';
$extrafields=new ExtraFields($this->db);