]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ap/form_header.html
'Fehlbetrag setzen' mit Schweizer Zahlenformat kompatibel machen
[mfinanz.git] / templates / webpages / ap / form_header.html
index f3aa55e5d50c27e3999d36c472f9377eab742b3d..05b7a7a670bf211d427fdd7b4fe90317e6de0cb6 100644 (file)
 <hr size="3" noshade>
 
 <script type='text/javascript'>
- $('#ap_set_to_paid_missing').click(function(){ $('input[id^="payment_paid_"]:last').val('[% LxERP.format_amount(paid_missing, 2) %]') });
+ $('#ap_set_to_paid_missing').click(function(){ $('input[id^="payment_paid_"]:last').val("[% LxERP.format_amount(paid_missing, 2) %]") });
 </script>