From 04490ae42b8d3ce445e36e553bab7e32e98b0462 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 1 Jul 2010 12:45:39 +0000 Subject: [PATCH] Merged revisions 3367 via svnmerge from file:///home/developper/svn/phpcompta/branches/rel510 ........ r3367 | danydb | 2010-07-01 01:05:31 +0200 (Thu, 01 Jul 2010) | 1 line forget a js script in extension ........ --- html/extension.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/extension.php b/html/extension.php index 74781ef7d..056c21dca 100644 --- a/html/extension.php +++ b/html/extension.php @@ -53,6 +53,7 @@ echo js_include('accounting_item.js'); echo js_include('card.js'); echo js_include('compute.js'); echo js_include('compute_direct.js'); +echo js_include('ajax_fiche.js'); echo JS_INFOBULLE; /* show button to return to access */