X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/96dbc0768869a53c1d146efbc0bd364c2ea9de63..aa0fece0399b780eae5688a4498d8c982b6a33d4:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index c4c643751..0080dccd8 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -2864,7 +2864,7 @@ sub lastname_used { "a.department_id" => "department_id", "d.description" => "department", "ct.name" => $table, - "cu.name AS curr" => "currency", + "cu.name" => "currency", "current_date + ct.terms" => "duedate", );