| ';
print $langs->trans("BankAccount").' | ';
print $form->select_comptes($conf->global->STRIPE_BANK_ACCOUNT_FOR_PAYMENTS, 'STRIPE_BANK_ACCOUNT_FOR_PAYMENTS', 0, '', 1);
@@ -357,4 +366,3 @@ if (! empty($conf->use_javascript_ajax))
// End of page
llxFooter();
$db->close();
-
|