FSN#34558 Taal functies en modules

svn path=/Website/trunk/; revision=32079
This commit is contained in:
Jos Groot Lipman
2016-12-21 20:52:30 +00:00
parent 04fc4eca52
commit 468a5b26a0
20 changed files with 42 additions and 72 deletions

View File

@@ -100,7 +100,7 @@ function model_reportsx(usrrap_key, rapparams)
{
"tbl": "fac_functie",
"key": "fac_functie_key",
"desc": "fac_functie_omschrijving || ' (' || fac_functie_code || ')'",
"desc": "lcl.l(fac_functie_omschrijving, 1) || ' (' || fac_functie_code || ')'",
"where": "fac_functie_code NOT IN ('WEB_FACFAC', 'WEB_FACTAB')"
}
}