Skip to content

Commit

Permalink
fix phan (Dolibarr#29807)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic34 authored Jun 1, 2024
1 parent 6d9052f commit 23046a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/product/stock/stockatdate.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Copyright (C) 2014 Regis Houssin <[email protected]>
* Copyright (C) 2016 Juanjo Menent <[email protected]>
* Copyright (C) 2016 ATM Consulting <[email protected]>
* Copyright (C) 2019-2021 Frédéric France <frederic.france@netlogic.fr>
* Copyright (C) 2019-2024 Frédéric France <frederic.france@free.fr>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -470,7 +470,7 @@
if ($num) {
print '<p>';
print '<a href="stockatdate.php?output=csv&sortfield='.urlencode($sortfield).'&sortorder='.urlencode($sortorder).'&type='.((int) $type).'&mode='.urlencode($mode).
(($productid > 0)?"&productid=".urlencode($productid):'').
(($productid > 0)?"&productid=".((int) $productid):'').
$param_warehouse.
"&search_ref=".dol_escape_htmltag($search_ref).
"&search_nom=".dol_escape_htmltag($search_nom).
Expand Down

0 comments on commit 23046a0

Please sign in to comment.