X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0882a28352cc7808db2474be2398fa1330bb8831..0b36b2259c1300ee5360a9c8d5aee1f321abd364:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 92d32e76f..a596a7561 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -3229,7 +3229,7 @@ sub prepare_for_printing { # Format dates. $self->format_dates($output_dateformat, $output_longdates, - qw(invdate orddate quodate pldate duedate reqdate transdate shippingdate deliverydate validitydate paymentdate datepaid + qw(invdate orddate quodate pldate duedate reqdate transdate tax_point shippingdate deliverydate validitydate paymentdate datepaid transdate_oe deliverydate_oe employee_startdate employee_enddate), grep({ /^(?:datepaid|transdate_oe|reqdate|deliverydate|deliverydate_oe|transdate)_\d+$/ } keys(%{$self})));