ICARD: improve, action in javascript after cleaning the input of the qcode

This commit is contained in:
sparkyx 2025-11-22 10:48:00 +01:00
parent 1b2101c557
commit ac87e863ad
8 changed files with 27 additions and 7 deletions

View file

@ -57,6 +57,8 @@ if ( $new|| $type=='FIN') :
<?php
$card=new ICard();
$card->name='bank';
// clean only the INPUT no javascript
$card->setAfter_clean("");
$card->extra=$cn->make_list('select fd_id from fiche_def where frd_id=4');
$card->set_dblclick("fill_ipopcard(this);");
$card->set_function('fill_data');