From c21fe02c52bd67377e4b59fe1c129ed4873042b3 Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 21 Jul 2016 19:11:49 +0200 Subject: [PATCH] Display customer name instead of short code --- src/InfoCon/stempel/index.wml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) 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 = <<