Bugfixes for project specific PDF background -> UPGRADE DB with database_compare
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user