Fix #huntrb1412070-740e-4119-8e4b-61bdc3af42aa
This commit is contained in:
parent
239f7a1eb0
commit
e9c5f515ce
@ -41,7 +41,7 @@ $ref = GETPOST('ref', 'alpha');
|
||||
$rowid = GETPOST('rowid', 'int');
|
||||
$cancel = GETPOST('cancel', 'alpha');
|
||||
|
||||
$account_number = GETPOST('account_number', 'string');
|
||||
$account_number = GETPOST('account_number', 'alphanohtml');
|
||||
$label = GETPOST('label', 'alpha');
|
||||
|
||||
// Security check
|
||||
|
||||
Loading…
Reference in New Issue
Block a user