From f64f6f64cbe6499f4060a487603626a6d712a484 Mon Sep 17 00:00:00 2001 From: Xenomporio <> Date: Wed, 7 Sep 2022 11:42:22 +0200 Subject: [PATCH] Bugfix yui autocompletebestellung (was commented out) --- phpwf/plugins/class.yui.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/phpwf/plugins/class.yui.php b/phpwf/plugins/class.yui.php index 91eccac1..ce474878 100644 --- a/phpwf/plugins/class.yui.php +++ b/phpwf/plugins/class.yui.php @@ -12174,7 +12174,6 @@ url:strUrl, success:function(html){strReturn = html;}, async:false } } -/* NOT USED function AutoCompleteAuftrag($fieldname, $filter, $onlyfirst = 0, $extendurl = "") { $module = $this->app->Secure->GetGET("module"); @@ -12246,7 +12245,7 @@ source: "index.php?module=ajax&action=filter&filtername=' . $filter . $extendurl } return str_replace($replace, $new, $sql); } - + function AutoCompleteBestellung($fieldname, $filter, $onlyfirst = 0, $extendurl = "") { $module = $this->app->Secure->GetGET("module"); @@ -12276,7 +12275,7 @@ source: "index.php?module=ajax&action=filter&filtername=' . $filter . '" $this->app->Tpl->Set(strtoupper($fieldname) . 'START', '
'); $this->app->Tpl->Set(strtoupper($fieldname) . 'ENDE', '
'); } - + function AutoCompleteAddCut($fieldname, $filter, $onlyfirst = 0, $extendurl = "") { @@ -12330,7 +12329,6 @@ return false; $this->app->Tpl->Set(strtoupper($fieldname) . 'ENDE', ''); } -*/ function AutoCompleteAdd($fieldname, $filter, $onlyfirst = 0, $extendurl = "") { @@ -12387,8 +12385,6 @@ return false; } -/* NOT USED - function AutoCompleteAddEvent($fieldname, $filter, $onlyfirst = 0, $extendurl = "") { if ($onlyfirst) { $tpl = ' @@ -12479,7 +12475,6 @@ source: "index.php?module=ajax&action=filter&filtername=' . $filter . $extendurl } -*/ function AutoComplete($fieldname, $filter, $onlyfirst = 0, $extendurl = "", $extendedelement = "", $extendurl2 ="", $extendedelement2 = "", $appendto = "", $return = false) {