LBRN#77011 -- Inrichten reservering, objecten beheer en uitleenmodule

svn path=/Customer/trunk/; revision=60666
This commit is contained in:
Norbert Wassink
2023-06-07 14:18:36 +00:00
parent df7bb59d88
commit 4e7829853c

View File

@@ -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(*)