From: Joey Schulze Date: Thu, 21 Jul 2016 17:11:49 +0000 (+0200) Subject: Display customer name instead of short code X-Git-Url: https://git.infodrom.org/?p=infodrom.org%2Fservice.infodrom.org;a=commitdiff_plain;h=c21fe02c52bd67377e4b59fe1c129ed4873042b3 Display customer name instead of short code --- diff --git a/src/InfoCon/stempel/index.wml b/src/InfoCon/stempel/index.wml index 8303c2a..cda1025 100644 --- a/src/InfoCon/stempel/index.wml +++ b/src/InfoCon/stempel/index.wml @@ -41,10 +41,16 @@ $table_row = '%s%s%s%s'; $table_sum = ' %s Summe'; - $query = "SELECT stempel.oid,start,customer,time,task,kurz FROM stempel JOIN stempel_status ON (stempel.status = stempel_status.id) WHERE time IS NOT NULL "; + $query = <<