Skip to content

Commit

Permalink
dodate ist das LS-Datum
Browse files Browse the repository at this point in the history
Wahrscheinlich beim Überarbeiten vergessen anzupassen
  • Loading branch information
kivijan authored and jbueren committed Jan 4, 2025
1 parent a7b1631 commit 9f5df20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SL/DB/Helper/FlattenToForm.pm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ sub flatten_to_form {
if (_has($self, 'transdate')) {
my $transdate_idx = ref($self) eq 'SL::DB::Order' ? ($self->quotation ? 'quodate' : 'orddate')
: ref($self) eq 'SL::DB::Invoice' ? 'invdate'
: ref($self) eq 'SL::DB::DeliveryOrder' ? 'dodate'
: 'transdate';
$form->{$transdate_idx} = $self->transdate->to_lxoffice;
}
Expand Down

0 comments on commit 9f5df20

Please sign in to comment.