Skip to content

Commit

Permalink
fix #27534 (#31896)
Browse files Browse the repository at this point in the history
  • Loading branch information
rycks authored Nov 15, 2024
1 parent f408803 commit ef67a4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/product/stock/stocktransfer/stocktransfer_list.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
$contextpage = GETPOST('contextpage', 'aZ') ? GETPOST('contextpage', 'aZ') : 'stocktransferlist'; // To manage different context of search
$backtopage = GETPOST('backtopage', 'alpha'); // Go back to a dedicated page
$optioncss = GETPOST('optioncss', 'aZ'); // Option for the css output (always '' except when 'print')
$mode = GETPOST('mode', 'aZ'); // The output mode ('list', 'kanban', 'hierarchy', 'calendar', ...)

$id = GETPOST('id', 'int');

Expand Down

0 comments on commit ef67a4c

Please sign in to comment.