Skip to content

Commit

Permalink
Added missing function in Expedition::generateDocument
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgdf committed Sep 21, 2014
1 parent 13f91a6 commit 8e1f9c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/expedition/class/expedition.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1561,6 +1561,8 @@ public function generateDocument($modele, $outputlangs)

$modelpath = "core/modules/expedition/doc/";

$this->fetch_origin();

return $this->commonGenerateDocument($modelpath, $modele, $outputlangs, 0, 0, 0);
}

Expand Down

0 comments on commit 8e1f9c8

Please sign in to comment.