NYBU#67720 doorklik veld in rapportage
svn path=/Customer/trunk/; revision=52762
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* Formatted on 17-5-2021 17:01:14 (QP5 v5.336) */
|
||||
/* Formatted on 24-8-2021 15:05:47 (QP5 v5.336) */
|
||||
--
|
||||
-- $Id$
|
||||
--
|
||||
@@ -7506,6 +7506,8 @@ AS
|
||||
studentnr,
|
||||
c.cnt_contract_nummer_intern
|
||||
contract,
|
||||
c.cnt_contract_key
|
||||
contract_key,
|
||||
g.alg_gebouw_naam
|
||||
gebouw,
|
||||
rg.alg_verdieping_code
|
||||
@@ -7751,12 +7753,19 @@ AS
|
||||
|
||||
CREATE OR REPLACE VIEW nybu_v_rap_nieuwkomers
|
||||
AS
|
||||
SELECT naam_full fclt_f_naam,
|
||||
SELECT naam_full fclt_f_naam,
|
||||
studentnr,
|
||||
contract fclt_f_contract,
|
||||
contract fclt_f_contract,
|
||||
'<a class="details" onclick=''FcltMgr.openDetail("'
|
||||
|| 'appl/cnt/cnt_contract.asp?'
|
||||
|| 'cnt_key='
|
||||
|| contract_key
|
||||
|| '")''>'
|
||||
|| HTF.escape_sc (contract)
|
||||
|| '</a>' html_contract,
|
||||
gebouw,
|
||||
verdieping,
|
||||
COALESCE (kamer, '(Geen)') fclt_f_kamer,
|
||||
COALESCE (kamer, '(Geen)') fclt_f_kamer,
|
||||
ingangsdatum,
|
||||
adres,
|
||||
adres2,
|
||||
|
||||
Reference in New Issue
Block a user