Fix default currency not set on supplier order creation from commercial menu #8459

This commit is contained in:
Maxime Kohlhaas 2018-04-10 14:14:16 +02:00
parent 79af10fc83
commit cb1a011b50

View File

@ -1356,6 +1356,8 @@ if ($action=='create')
dol_htmloutput_events();
$currency_code = $conf->currency;
$societe='';
if ($socid>0)
{