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:
@@ -129,7 +129,7 @@ if (bCAD && verkey > 0)
|
||||
if (!oRs.Eof)
|
||||
{
|
||||
firstOption = { txt: "<i class='fa fa-2x fa-map-marker'></i> " + L('lcl_room_cad'),
|
||||
key: -1,
|
||||
key: -2,
|
||||
desc: L('lcl_room_choose_cad'),
|
||||
isHTML: true
|
||||
};
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user