bugfix bestellungen pagination

This commit is contained in:
OpenXE 2024-11-28 19:26:09 +01:00
parent eef6eedb0b
commit 4a42d54023

View File

@ -7035,7 +7035,7 @@ r.land as land, p.abkuerzung as projekt, r.zahlungsweise as zahlungsweise,
// SQL statement // SQL statement
$sql = $sql =
"SELECT "SELECT SQL_CALC_FOUND_ROWS
b.id, b.id,
'<img src=./themes/{$this->app->Conf->WFconf['defaulttheme']}/images/details_open.png class=details>' AS `open`, '<img src=./themes/{$this->app->Conf->WFconf['defaulttheme']}/images/details_open.png class=details>' AS `open`,
'ENTWURF' AS `belegnr`, 'ENTWURF' AS `belegnr`,