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:
27cd1e7
)
Bei Gutschriften wurde zur Bestimmung des zu verwendenden Steuersatzes immer das...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 3 Jan 2007 10:59:38 +0000
(10:59 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 3 Jan 2007 10:59:38 +0000
(10:59 +0000)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
9706504
..
8988e10
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-1783,6
+1783,8
@@
sub retrieve_accounts {
} else {
$transdate = $form->{deliverydate};
}
+ } elsif ($form->{type} eq "credit_note") {
+ $transdate = $form->{invdate};
} else {
$transdate = $form->{transdate};
}