diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index 904f33cb1eb..ecd93298898 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1511,11 +1511,12 @@ if ($action == 'create')
print '
';
print $form->select_company('', 'socid', '(s.client = 1 OR s.client = 2 OR s.client = 3) AND status=1', 'SelectThirdParty', 0, 0, null, 0, 'minwidth300 maxwidth500');
// reload page to retrieve customer informations
- if (!empty($conf->global->RELOAD_PAGE_ON_CUSTOMER_CHANGE))
+ if (empty($conf->global->RELOAD_PAGE_ON_CUSTOMER_CHANGE_DISABLED))
{
print ' |