Revision 73192307
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
SL/DB/Order.pm | ||
---|---|---|
418 | 418 |
? $::instance_conf->get_deliverydate_on |
419 | 419 |
? DateTime->today_local->next_workday(extra_days => $::instance_conf->get_delivery_date_interval)->to_kivitendo |
420 | 420 |
: undef |
421 |
: $from_to->{to} =~ m/^sales_order_intake$/ |
|
422 |
# ? $source->reqdate |
|
423 |
? undef |
|
421 | 424 |
: die "Wrong state for reqdate"; |
422 | 425 |
} elsif ( ref($source) eq 'SL::DB::Reclamation') { |
423 | 426 |
%args = ( map({ ( $_ => $source->$_ ) } qw( |
Auch abrufbar als: Unified diff
Hotfix für reqdate in Auftragseingang