diff --git a/htdocs/comm/propal/card.php b/htdocs/comm/propal/card.php
index b2290b0f598..7faff98578a 100644
--- a/htdocs/comm/propal/card.php
+++ b/htdocs/comm/propal/card.php
@@ -1489,7 +1489,7 @@ if ($action == 'create')
// Bank Account
if (! empty($conf->global->BANK_ASK_PAYMENT_BANK_DURING_PROPOSAL) && ! empty($conf->banque->enabled)) {
print '
| ' . $langs->trans('BankAccount') . ' | ';
- $form->select_comptes($fk_account, 'fk_account', 0, '', 1);
+ $form->select_comptes($soc->fk_account, 'fk_account', 0, '', 1);
print ' |
';
}
diff --git a/htdocs/viewimage.php b/htdocs/viewimage.php
index 3f7ddbcd1cb..1db05467a66 100644
--- a/htdocs/viewimage.php
+++ b/htdocs/viewimage.php
@@ -136,7 +136,7 @@ if (preg_match('/\.\./',$fullpath_original_file) || preg_match('/[<>|]/',$fullpa
if ($modulepart == 'barcode')
{
$generator=GETPOST("generator","alpha");
- $code=GETPOST("code",'alpha');
+ $code=GETPOST("code",'none');
$encoding=GETPOST("encoding","alpha");
$readable=GETPOST("readable",'alpha')?GETPOST("readable","alpha"):"Y";