From cb1a011b507d83da73823a09aead4a81b567d163 Mon Sep 17 00:00:00 2001 From: Maxime Kohlhaas Date: Tue, 10 Apr 2018 14:14:16 +0200 Subject: [PATCH] Fix default currency not set on supplier order creation from commercial menu #8459 --- htdocs/fourn/commande/card.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/fourn/commande/card.php b/htdocs/fourn/commande/card.php index ad27a496672..294f1da7f62 100644 --- a/htdocs/fourn/commande/card.php +++ b/htdocs/fourn/commande/card.php @@ -1356,6 +1356,8 @@ if ($action=='create') dol_htmloutput_events(); + $currency_code = $conf->currency; + $societe=''; if ($socid>0) {