Revision 89039963
Von Moritz Bunkus vor mehr als 11 Jahren hinzugefügt
bin/mozilla/io.pl | ||
---|---|---|
1769 | 1769 |
my $invdate = $form->{invdate} eq 'undefined' ? undef : $form->{invdate}; |
1770 | 1770 |
my $duedate = $form->get_duedate(\%myconfig, $invdate); |
1771 | 1771 |
|
1772 |
print $form->ajax_response_header() . $duedate;
|
|
1772 |
print $form->ajax_response_header() . ($duedate || $invdate);
|
|
1773 | 1773 |
|
1774 | 1774 |
$main::lxdebug->leave_sub(); |
1775 | 1775 |
} |
Auch abrufbar als: Unified diff
Bei Änderung Rechnungsdatum ohne ausgewählte Zahlungsbedingungen Fälligkeitsdatum auf Rechnungsdatum setzen