Bugfixes for project specific PDF background -> UPGRADE DB with database_compare

This commit is contained in:
OpenXE
2022-12-02 13:21:43 +00:00
parent a3c253a13b
commit 6df7be74b7
4 changed files with 5323 additions and 5298 deletions
+1 -1
View File
@@ -41012,7 +41012,7 @@ function Firmendaten($field,$projekt="")
}
$orderBy = '';
if($projekt > 0) {
$orderBy = sprintf(' ORDER BY %d DESC ', (int)$projekt);
$orderBy = ' ORDER BY projekt DESC';
}
return (int)$this->app->DB->Select(
sprintf(