Merge pull request #3646 from frederic34/patch-16

Typo
This commit is contained in:
Juanjo Menent 2015-10-03 15:59:35 +02:00
commit 2d94e3635e

View File

@ -978,7 +978,7 @@ $form = new Form($db);
$formother = new FormOther($db);
$formfile = new FormFile($db);
$formaskpricesupplier = new FormAskPriceSupplier($db);
$formmargin = new FormMargin($this->db);
$formmargin = new FormMargin($db);
$companystatic = new Societe($db);
$now = dol_now();