Browse Source

Fix #huntrb1412070-740e-4119-8e4b-61bdc3af42aa

Laurent Destailleur 2 years ago
parent
commit
e9c5f515ce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/accountancy/admin/card.php

+ 1 - 1
htdocs/accountancy/admin/card.php

@@ -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