]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ar/form_header.html
'Fehlbetrag setzen' mit Schweizer Zahlenformat kompatibel machen
[mfinanz.git] / templates / webpages / ar / form_header.html
index 755d564c0dce134c738192f48b2fb2e816c618b2..1b691ab07e537b1b31206e5116e8446ee8dfce73 100644 (file)
 </div>
 
 <script type='text/javascript'>
- $('#ar_set_to_paid_missing').click(function(){ $('input[name^="paid_"]:last').val('[% LxERP.format_amount(paid_missing, 2) %]') });
+ $('#ar_set_to_paid_missing').click(function(){ $('input[name^="paid_"]:last').val("[% LxERP.format_amount(paid_missing, 2) %]") });
 </script>