bestellung show wareneingang in minidetail

This commit is contained in:
OpenXE
2023-05-07 19:02:58 +02:00
parent 9002a66085
commit 33d2ca9497
2 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -7062,7 +7062,7 @@ r.land as land, p.abkuerzung as projekt, r.zahlungsweise as zahlungsweise,
$more_data7 = $this->app->Secure->GetGET("more_data7");
// SQL statement
$sql = "SELECT
$sql = "SELECT SQL_CALC_FOUND_ROWS
b.id,'<img src=./themes/{$this->app->Conf->WFconf['defaulttheme']}/images/details_open.png class=details>' AS `open`,
CONCAT('<input type=\"checkbox\" name=\"auswahl[]\" value=\"',b.id,'\" />') AS `auswahl`,
IF(b.status='storniert',CONCAT(b.belegnr),b.belegnr) AS `belegnr`,