mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 22:20:29 +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 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`,
|
||||||
|
Loading…
Reference in New Issue
Block a user