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:
0c2be99
)
Typo
author
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 24 Nov 2011 13:59:17 +0000
(14:59 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Thu, 24 Nov 2011 13:59:17 +0000
(14:59 +0100)
SL/RP.pm
patch
|
blob
|
history
diff --git
a/SL/RP.pm
b/SL/RP.pm
index
49dbff6
..
e0ed0b4
100644
(file)
--- a/
SL/RP.pm
+++ b/
SL/RP.pm
@@
-1307,7
+1307,7
@@
sub get_taxaccounts {
FROM chart c, tax t
WHERE (c.link LIKE '%CT_tax%') AND (c.id = t.chart_id)
ORDER BY c.accno|;
- $form->{taxaccounts} = selectall_hashref_quer
t
($form, $dbh, $query);
+ $form->{taxaccounts} = selectall_hashref_quer
y
($form, $dbh, $query);
$dbh->disconnect;