From a104fbe7b37ac582f5f5df37087654d98091f045 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Feb 2024 16:59:09 +0100 Subject: [PATCH] Log --- htdocs/compta/paiement_charge.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/compta/paiement_charge.php b/htdocs/compta/paiement_charge.php index a76a3cebbfc..d92cbc2035a 100644 --- a/htdocs/compta/paiement_charge.php +++ b/htdocs/compta/paiement_charge.php @@ -160,7 +160,8 @@ if ($action == 'create') { //Add js for AutoFill print ' $(document).ready(function () {'; - print ' $(".AutoFillAmount").on(\'click touchstart\', function(){ + print ' $(".AutoFillAmount").on(\'click touchstart\', function() { + console.log("Click on .AutoFillAmount"); var amount = $(this).data("value"); document.getElementById($(this).data(\'rowid\')).value = amount ; });';