caipin před 5 roky
rodič
revize
cd74ca4fdc
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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);
 	
 	});