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:
5dfee15
)
cherrypicked commit war nicht strict.
author
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 30 Oct 2009 15:42:06 +0000
(16:42 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Fri, 30 Oct 2009 15:42:06 +0000
(16:42 +0100)
SL/IO.pm
patch
|
blob
|
history
diff --git
a/SL/IO.pm
b/SL/IO.pm
index
83af0d4
..
b840e45
100644
(file)
--- a/
SL/IO.pm
+++ b/
SL/IO.pm
@@
-46,7
+46,7
@@
sub set_datepaid {
my ($curr_datepaid, $curr_paid) = selectfirst_array_query($form, $dbh, qq|SELECT datepaid, paid FROM $table WHERE id = ?|, $id);
- $query = <<SQL;
+
my
$query = <<SQL;
SELECT MAX(at.transdate)
FROM acc_trans at
LEFT JOIN chart c ON (at.chart_id = c.id)