fix php8 warning

This commit is contained in:
Frédéric FRANCE 2021-03-17 23:07:25 +01:00 committed by GitHub
parent 35869f1449
commit 02ca37b82a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -233,6 +233,7 @@ $account_from = '';
$account_to = '';
$label = '';
$amount = '';
$amountto = '';
if ($error) {
$account_from = GETPOST('account_from', 'int');