From a090468126cdde718172939e06ad1b99742e1675 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 9 Jan 2019 18:15:17 +0100 Subject: [PATCH] added personid param for adding notiz --- public/js/infocenter/infocenterDetails.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/infocenter/infocenterDetails.js b/public/js/infocenter/infocenterDetails.js index 84f68bf11..5a1fd7653 100644 --- a/public/js/infocenter/infocenterDetails.js +++ b/public/js/infocenter/infocenterDetails.js @@ -325,7 +325,7 @@ var InfocenterDetails = { } ); }, - saveNotiz: function(data) + saveNotiz: function(personid, data) { FHC_AjaxClient.ajaxCallPost( CALLED_PATH + '/saveNotiz/' + encodeURIComponent(personid),