mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-12 09:39:28 +00:00
This commit is contained in:
@@ -41,7 +41,6 @@ class wawi_bestellstatus extends basis_db
|
||||
public $updatevon;
|
||||
public $updateamum;
|
||||
|
||||
public $bestellstatus_kurzbz;
|
||||
|
||||
/**
|
||||
*
|
||||
@@ -153,14 +152,17 @@ class wawi_bestellstatus extends basis_db
|
||||
|
||||
$qry = "select bestellstatus.* from wawi.tbl_bestellung_bestellstatus as bestellstatus
|
||||
where
|
||||
bestellung = ".$this->addslashes($bestellung_id)." and bestellstatus_kurzbz = ".$this->addslashes($status_kurzbz).";";
|
||||
bestellung_id = ".$this->addslashes($bestellung_id)." and bestellstatus_kurzbz = ".$this->addslashes($status_kurzbz).";";
|
||||
|
||||
if($this->db_query($qry))
|
||||
{
|
||||
if($row = $this->db_fetch_object())
|
||||
return true;
|
||||
else
|
||||
return false;
|
||||
{
|
||||
$this->datum = $row->datum;
|
||||
return true;
|
||||
}
|
||||
else
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
@@ -478,8 +478,7 @@ class wawi_bestellung extends basis_db
|
||||
bemerkung = '.$this->addslashes($this->bemerkung).',
|
||||
liefertermin = '.$this->addslashes($this->liefertermin).',
|
||||
updateamum = '.$this->addslashes($this->updateamum).',
|
||||
insertamum = '.$this->addslashes($this->insertamum).',
|
||||
insertvon = '.$this->addslashes($this->insertvon).',
|
||||
updatevon ='.$this->addslashes($this->udpatevon).',
|
||||
ext_id = '.$this->addslashes($this->ext_id).' WHERE bestellung_id = '.$this->bestellung_id.';';
|
||||
}
|
||||
if($this->db_query($qry))
|
||||
|
||||
Reference in New Issue
Block a user