X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1a6dada184eadcab4e5bb19ee9bab04b16776ccc..db7d94cc0b44a94497e0a6ff81b9eb5e48a69d5f:/SL/DN.pm diff --git a/SL/DN.pm b/SL/DN.pm index 587379b72..9c5e7c2e5 100644 --- a/SL/DN.pm +++ b/SL/DN.pm @@ -109,7 +109,7 @@ sub save_config { (dunning_level, dunning_description, email_subject, email_body, template, fee, interest_rate, active, auto, email, email_attachment, payment_terms, terms, create_invoices_for_fees) - VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)|; + VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)|; } do_query($form, $dbh, $query, @values); }