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:
9bb6287
)
kaputtes quoting, berichtet in Bug 815.
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 10 Mar 2009 14:15:52 +0000
(14:15 +0000)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 10 Mar 2009 14:15:52 +0000
(14:15 +0000)
SL/IR.pm
patch
|
blob
|
history
diff --git
a/SL/IR.pm
b/SL/IR.pm
index
31db0a7
..
043e846
100644
(file)
--- a/
SL/IR.pm
+++ b/
SL/IR.pm
@@
-523,7
+523,7
@@
sub post_invoice {
do_query($form, $dbh, $query, conv_i($form->{storno_id}));
$query = qq!UPDATE ap SET intnotes = ? || intnotes WHERE id = ?!;
- do_query($form, $dbh, $query,
'Rechnung storniert am $form->{invdate} '
, conv_i($form->{storno_id}));
+ do_query($form, $dbh, $query,
"Rechnung storniert am $form->{invdate} "
, conv_i($form->{storno_id}));
$query = qq|UPDATE ap SET paid = amount WHERE id = ?|;
do_query($form, $dbh, $query, conv_i($form->{id}));