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:
commit
dfe93bce21
@ -1356,6 +1356,8 @@ if ($action=='create')
|
||||
|
||||
dol_htmloutput_events();
|
||||
|
||||
$currency_code = $conf->currency;
|
||||
|
||||
$societe='';
|
||||
if ($socid>0)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user