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:
f5c9c5e
)
Bei Änderung Rechnungsdatum ohne ausgewählte Zahlungsbedingungen Fälligkeitsdatum...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 30 Apr 2013 11:26:51 +0000
(13:26 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 30 Apr 2013 11:38:05 +0000
(13:38 +0200)
bin/mozilla/io.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/io.pl
b/bin/mozilla/io.pl
index
a7be6d7
..
4db8256
100644
(file)
--- a/
bin/mozilla/io.pl
+++ b/
bin/mozilla/io.pl
@@
-1769,7
+1769,7
@@
sub set_duedate {
my $invdate = $form->{invdate} eq 'undefined' ? undef : $form->{invdate};
my $duedate = $form->get_duedate(\%myconfig, $invdate);
- print $form->ajax_response_header() .
$duedate
;
+ print $form->ajax_response_header() .
($duedate || $invdate)
;
$main::lxdebug->leave_sub();
}