Fix missing object constructor

This commit is contained in:
Laurent Destailleur 2016-05-01 11:07:05 +02:00
parent f324c662c2
commit 87231908df
2 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,7 @@ if (! empty($conf->global->STOCK_CALCULATE_ON_SHIPMENT) || ! empty($conf->global
* View
*/
$form=new Form($db);
$htmlother=new FormOther($db);
$title=$langs->trans("ProductsAndServices");

View File

@ -100,6 +100,7 @@ if (! empty($_POST["button_removefilter_x"]))
* View
*/
$form=new Form($db);
$htmlother=new FormOther($db);
$title=$langs->trans("ProductsAndServices");