Merge pull request #9145 from frederic34/patch-12

use defaut currency for supplier order
This commit is contained in:
Laurent Destailleur 2018-07-24 17:32:11 +02:00 committed by GitHub
commit c7f54439ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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