mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-17 03:59:28 +00:00
Fehler bei Firmensuche im WaWi behoben
This commit is contained in:
@@ -388,7 +388,7 @@ class firma extends basis_db
|
||||
UNION
|
||||
SELECT
|
||||
firma_id, name, anmerkung, lieferbedingungen, firmentyp_kurzbz, updateamum, updatevon, insertamum, insertvon,
|
||||
ext_id, schule, steuernummer, gesperrt, aktiv, finanzamt, '2' as sort
|
||||
ext_id, schule, steuernummer, gesperrt, aktiv, finanzamt, '2' as sort, partner_code
|
||||
FROM public.tbl_firma
|
||||
WHERE
|
||||
UPPER(trim(public.tbl_firma.name)) like '%".$this->db_escape($matchcode)."%'
|
||||
@@ -698,7 +698,7 @@ class firma extends basis_db
|
||||
|
||||
if($firmentyp_kurzbz!='')
|
||||
$qry.=" and firmentyp_kurzbz=".$this->db_add_param($firmentyp_kurzbz);
|
||||
|
||||
|
||||
if($oes!='')
|
||||
$qry.=" and oe_kurzbz IN ('".$oes."') ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user