diff --git a/www/pages/wareneingang.php b/www/pages/wareneingang.php index 98c1384a..00cbd85e 100644 --- a/www/pages/wareneingang.php +++ b/www/pages/wareneingang.php @@ -205,7 +205,7 @@ class Wareneingang { )"; } // SQL statement - $sql = "SELECT SQL_CALC_FOUND_ROWS bp.id, bp.bestellnummer, CONCAT('',art.nummer,''), b.belegnr as `Bestellung`, + $sql = "SELECT SQL_CALC_FOUND_ROWS bp.id, bp.bestellnummer, CONCAT('',art.nummer,''), b.belegnr as `Bestellung`, $colBeschreibung as beschreibung, if(bp.lieferdatum,DATE_FORMAT(bp.lieferdatum,'%d.%m.%Y'),'sofort') as lieferdatum, p.abkuerzung as projekt, " . $this->app->erp->FormatMenge('bp.menge') . ", " . $this->app->erp->FormatMenge('bp.geliefert') . ",