projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6dada
)
Ein fehlender Platzhalter beim Speichern von neuen Mahnungsleveln.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 25 Jul 2007 08:59:50 +0000
(08:59 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 25 Jul 2007 08:59:50 +0000
(08:59 +0000)
SL/DN.pm
patch
|
blob
|
history
diff --git
a/SL/DN.pm
b/SL/DN.pm
index
587379b
..
9c5e7c2
100644
(file)
--- 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);
}