fix supllier discount

This commit is contained in:
Christophe Battarel 2019-03-06 22:04:01 +01:00
parent c9d240cb73
commit 96b8da0d62

View File

@ -268,7 +268,7 @@ else {
} }
else else
{ {
$ajaxoptions = array(); $ajaxoptions = array('update' => array('remise_percent' => 'discount'));
$alsoproductwithnosupplierprice=1; $alsoproductwithnosupplierprice=1;
} }