From 662bb9c8e3b09034dc82071932a5cb39f9b692dc Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 25 May 2012 23:01:38 +0000 Subject: [PATCH] Bug : getMessage in a function --- html/js/accounting_item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/accounting_item.js b/html/js/accounting_item.js index b9cd24c47..84f1388bb 100644 --- a/html/js/accounting_item.js +++ b/html/js/accounting_item.js @@ -143,7 +143,7 @@ function search_poste(obj) } catch (e) { - alert(e.getMessage()); + alert(e.getMessage); } } /**