2
0
forked from Wavyzz/dolibarr

Debug v21

This commit is contained in:
Laurent Destailleur (aka Eldy)
2025-02-04 17:20:42 +01:00
parent 66dc3e810a
commit 41dd4e884e
2 changed files with 4 additions and 4 deletions

View File

@@ -300,7 +300,7 @@ if ($type == 'directory') {
// Automatic list
if (in_array($module, $automodules)) {
$param .= '&module='.$module;
$param .= '&module='.urlencode($module);
if (isset($search_doc_ref) && $search_doc_ref != '') {
$param .= '&search_doc_ref='.urlencode($search_doc_ref);
}