Skip to content

Commit 685a391

Browse files
committed
Fix add a SEPA mode
1 parent 6ec3431 commit 685a391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myaccount/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@
11631163
$db->rollback();
11641164
}
11651165
} elseif ($action == 'createpaymentmode') { // Create credit card stripe or sepa record
1166-
if (GETPOST("submitsepa", 'aZ09')) {
1166+
if (GETPOST("submitsepa")) { // This contains the label of the button
11671167
// Case of SEPA payment mode
11681168
$langs->load("banks");
11691169
include_once DOL_DOCUMENT_ROOT.'/societe/class/companybankaccount.class.php';

0 commit comments

Comments
 (0)