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:
e7127ad
)
Bei Einkaufsrechnungen muss das Rechnungsdatum als Anhaltspunkt für die zu verwendend...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 5 Jul 2007 09:27:02 +0000
(09:27 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 5 Jul 2007 09:27:02 +0000
(09:27 +0000)
SL/IC.pm
patch
|
blob
|
history
diff --git
a/SL/IC.pm
b/SL/IC.pm
index
02d6b52
..
e7f1327
100644
(file)
--- a/
SL/IC.pm
+++ b/
SL/IC.pm
@@
-1547,7
+1547,7
@@
sub retrieve_accounts {
} else {
$transdate = $form->{deliverydate};
}
- } elsif (
$form->{type} eq "credit_note"
) {
+ } elsif (
($form->{type} eq "credit_note") || ($form->{script} eq 'ir.pl')
) {
$transdate = $form->{invdate};
} else {
$transdate = $form->{transdate};