caipin 5 vuotta sitten
vanhempi
commit
cd74ca4fdc
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      protected/view/receipt/receiptFee.html

+ 1 - 0
protected/view/receipt/receiptFee.html

@@ -331,6 +331,7 @@
 $(function() {
 	$("input[name='feeType']").click(function() {
 		 var feeType = $(this).val();
+		 console.log('sdf');
 		 console.log(feeType);
 	
 	});