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:
f203aa2
)
Lokale Zeitzone für Datumsberechnung verwenden
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 12 Jan 2011 15:01:25 +0000
(16:01 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 12 Jan 2011 15:15:32 +0000
(16:15 +0100)
SL/DB/Helper/LinkedRecords.pm
patch
|
blob
|
history
diff --git
a/SL/DB/Helper/LinkedRecords.pm
b/SL/DB/Helper/LinkedRecords.pm
index
c1d3133
..
6dc246d
100644
(file)
--- a/
SL/DB/Helper/LinkedRecords.pm
+++ b/
SL/DB/Helper/LinkedRecords.pm
@@
-78,7
+78,7
@@
created today:
my $invoices = $order->linked_records(direction => 'to',
to => 'SL::DB::Invoice',
- query => [ transdate => DateTime->today ]);
+ query => [ transdate => DateTime->today
_local
]);
Returns an array reference.