X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ce185136fd22e5a83981e92d04932e48f8dfaf53..06bbc8e75360fbbf73ee10b78d73ef95590d2fa2:/SL/OE.pm diff --git a/SL/OE.pm b/SL/OE.pm index 609f8a9f1..27f57f99a 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -484,6 +484,9 @@ Message: $form->{message}\r| if $form->{message}; my $rc = $dbh->commit; $dbh->disconnect; + $form->{saved_xyznumber} = $form->{$form->{type} =~ /_quotation$/ ? + "quonumber" : "ordnumber"}; + Common::webdav_folder($form) if ($main::webdav); $main::lxdebug->leave_sub(); @@ -698,7 +701,8 @@ sub retrieve { $ref = $sth->fetchrow_hashref(NAME_lc); map { $form->{$_} = $ref->{$_} } keys %$ref; - + $form->{saved_xyznumber} = $form->{$form->{type} =~ /_quotation$/ ? + "quonumber" : "ordnumber"}; # set all entries for multiple ids blank that yield different information while ($ref = $sth->fetchrow_hashref(NAME_lc)) {