Update multiprix.php

This commit is contained in:
Frédéric FRANCE 2018-09-08 23:19:11 +02:00 committed by GitHub
parent ee8d56e047
commit 14bc8ed18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ if ($user->societe_id > 0)
if ($_POST["action"] == 'setpricelevel')
{
$soc = New Societe($db);
$soc = new Societe($db);
$soc->fetch($id);
$soc->set_price_level($_POST["price_level"],$user);