LBRN#77011 -- Inrichten reservering, objecten beheer en uitleenmodule
svn path=/Customer/trunk/; revision=60666
This commit is contained in:
@@ -433,13 +433,14 @@ AS
|
||||
CREATE OR REPLACE VIEW lbrn_v_spreekuurbezetting
|
||||
(
|
||||
item_key,
|
||||
titel,
|
||||
title,
|
||||
host,
|
||||
host_key,
|
||||
van,
|
||||
tot,
|
||||
colorm,
|
||||
textcolor
|
||||
color,
|
||||
textcolor,
|
||||
url
|
||||
)
|
||||
AS
|
||||
SELECT x.res_rsv_ruimte_key item_key,
|
||||
@@ -454,7 +455,9 @@ AS
|
||||
WHEN 0 THEN '#00ff00'
|
||||
ELSE '#ff0000'
|
||||
END color,
|
||||
'#ffffff' textcolor
|
||||
'#ffffff' textcolor,
|
||||
'?u=reservering' || CHR (38) || 'k=' || x.res_rsv_ruimte_key url
|
||||
|
||||
FROM (
|
||||
SELECT rrr.*,
|
||||
(SELECT COUNT(*)
|
||||
|
||||
Reference in New Issue
Block a user