From fa88ff69ffe3150439181c40a0894a979ddc3af5 Mon Sep 17 00:00:00 2001 From: Erik Groener Date: Wed, 11 May 2016 08:22:02 +0000 Subject: [PATCH] GDFS#36422 Refreshen objectenlijst bij contactpersoongegevens (revert) svn path=/Website/trunk/; revision=29355 --- APPL/INS/ins_list.inc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/APPL/INS/ins_list.inc b/APPL/INS/ins_list.inc index 4704b93d04..75794ff46d 100644 --- a/APPL/INS/ins_list.inc +++ b/APPL/INS/ins_list.inc @@ -1761,11 +1761,7 @@ function ins_list (pautfunction, params) isbinnen = true; if (isbinnen) // ja, deze overschrijft het array - { - buttons = [{ icon: "page_refresh.png", title: L("lcl_refresh"), action: "FcltMgr.reload()" }, - { icon: "plus.png", title: L("lcl_add"), action: "insCheckOutNewItem(" + (cpersoon_key > 0? cpersoon_key + ", 'C'" : persoon_key + ", 'P'") + ")" } - ]; - } + buttons = [{ icon: "plus.png", title: L("lcl_add"), action: "insCheckOutNewItem(" + (cpersoon_key > 0? cpersoon_key + ", 'C'" : persoon_key + ", 'P'") + ")" }] } if (inspect) { buttons.push({ icon: "legenda.png", title: L("lcl_mld_legenda"), action: "openLegenda()" });