diff --git a/htdocs/compta/tva/card.php b/htdocs/compta/tva/card.php index 33c795ed10b..78883afbc30 100644 --- a/htdocs/compta/tva/card.php +++ b/htdocs/compta/tva/card.php @@ -167,8 +167,8 @@ if ($action == 'delete') /* -* View -*/ + * View + */ llxHeader(); @@ -194,16 +194,16 @@ if ($action == 'create') { print "\n".''."\n"; + $("#radiopayment").click(function() { + $("#label").val($(this).data("label")); + + }); + $("#radiorefund").click(function() { + $("#label").val($(this).data("label")); + + }); + });'; + print ''."\n"; } print '