Skip to content

Commit

Permalink
FIX: PHP Warning: Undefined variable $mode (Dolibarr#28697)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc2rcanarslan authored Mar 7, 2024
1 parent 10aa278 commit 491e850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/fourn/paiement/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
$massaction = GETPOST('massaction', 'alpha');
$optioncss = GETPOST('optioncss', 'alpha');
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : 'vendorpaymentlist';

$mode = GETPOST('mode', 'aZ');
$socid = GETPOST('socid', 'int');

$search_ref = GETPOST('search_ref', 'alpha');
Expand Down

0 comments on commit 491e850

Please sign in to comment.