diff --git a/htdocs/supplier_proposal/card.php b/htdocs/supplier_proposal/card.php index 03f1f30ca0f..e296d131e26 100644 --- a/htdocs/supplier_proposal/card.php +++ b/htdocs/supplier_proposal/card.php @@ -1277,14 +1277,14 @@ if ($action == 'create') { $filter = '((s.fournisseur:=:1) AND (s.status:=:1))'; print img_picto('', 'company', 'class="pictofixedwidth"').$form->select_company((empty($socid) ? '' : $socid), 'socid', $filter, 'SelectThirdParty', 1, 0, null, 0, 'minwidth175 maxwidth500 widthcentpercentminusxx'); // reload page to retrieve customer information - if (getDolGlobalString('RELOAD_PAGE_ON_SUPPLIER_CHANGE')) { + if (!getDolGlobalString('RELOAD_PAGE_ON_SUPPLIER_CHANGE_DISABLED')) { print '';