Merge pull request #8534 from atm-maxime/fix_suporder_defaultcurrency

FIX default currency not set on supplier order creation from commercial menu #8459
This commit is contained in:
Laurent Destailleur 2018-04-11 12:52:17 +02:00 committed by GitHub
commit dfe93bce21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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