STPH#39259 Voortaan -2 voor cadselect-optie omdat -1 al gebruikt werd voor 'geen ruimtes'

svn path=/Website/branches/v2016.3/; revision=32604
This commit is contained in:
Jos Groot Lipman
2017-01-30 11:38:25 +00:00
parent 11ba127842
commit 8d68f52c4f
2 changed files with 2 additions and 2 deletions

View File

@@ -129,7 +129,7 @@ if (bCAD && verkey > 0)
if (!oRs.Eof)
{
firstOption = { txt: "<i class='fa fa-2x fa-map-marker'></i>&nbsp;" + L('lcl_room_cad'),
key: -1,
key: -2,
desc: L('lcl_room_choose_cad'),
isHTML: true
};

View File

@@ -697,7 +697,7 @@ function FCLTplaatsselector(alglevel, params)
})
function onChangeRui<%=idadd%>(key)
{
if (key == -1) // Kies in ruimte
if (key == -2) // Kies in ruimte
{
sgRoom<%=idadd%>.setValue(-1, '*', false)
var vkey=$('#verdiepingkey<%=idadd%>')[0].value;