mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 06:00:28 +01:00
bugfix bestellungen pagination
This commit is contained in:
parent
eef6eedb0b
commit
4a42d54023
@ -7035,7 +7035,7 @@ r.land as land, p.abkuerzung as projekt, r.zahlungsweise as zahlungsweise,
|
||||
|
||||
// SQL statement
|
||||
$sql =
|
||||
"SELECT
|
||||
"SELECT SQL_CALC_FOUND_ROWS
|
||||
b.id,
|
||||
'<img src=./themes/{$this->app->Conf->WFconf['defaulttheme']}/images/details_open.png class=details>' AS `open`,
|
||||
'ENTWURF' AS `belegnr`,
|
||||
|
Loading…
Reference in New Issue
Block a user