mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2025-04-10 22:53:11 +02:00
Removed select from steuerregelngruppe, table does not exist
This commit is contained in:
parent
e3e9e52ff5
commit
ba1157dbfc
@ -18981,14 +18981,14 @@ function SendPaypalFromAuftrag($auftrag, $test = false)
|
|||||||
$dbformat = 1;
|
$dbformat = 1;
|
||||||
$id = $value;
|
$id = $value;
|
||||||
if($id > 0){
|
if($id > 0){
|
||||||
$abkuerzung = $this->app->DB->Select("SELECT bezeichnung FROM steuerregelngruppe WHERE id='$id' LIMIT 1");
|
// Removed, table does not exist $abkuerzung = $this->app->DB->Select("SELECT bezeichnung FROM steuerregelngruppe WHERE id='$id' LIMIT 1");
|
||||||
}else{
|
}else{
|
||||||
$abkuerzung = '';
|
$abkuerzung = '';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
$dbformat = 0;
|
$dbformat = 0;
|
||||||
$value = $this->app->DB->real_escape_string($value);
|
$value = $this->app->DB->real_escape_string($value);
|
||||||
$id = $this->app->DB->Select("SELECT id FROM steuerregelngruppe WHERE bezeichnung = '$value' ORDER BY aktiv = 1 DESC LIMIT 1");
|
// Removed, table does not exist $id = $this->app->DB->Select("SELECT id FROM steuerregelngruppe WHERE bezeichnung = '$value' ORDER BY aktiv = 1 DESC LIMIT 1");
|
||||||
if($id <=0) $id=0;
|
if($id <=0) $id=0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user