From 8b6f73fcb835b8d5d95755603f062a442312b813 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Fri, 3 Feb 2012 15:12:51 +0100 Subject: [PATCH] dodate auch in print_form formatieren Ansonsten kann es vorkommen, dass das Datum in Auftrag noch zweistellig ist und dann in Lieferschein vierstellig, bspw.: Auftragsformat 01.01.12 und dann Lieferschein-Format: 02.01.2012 --- bin/mozilla/io.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 37a4024c4..5050e6aa2 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1446,7 +1446,7 @@ sub print_form { format_dates($output_dateformat, $output_longdates, qw(invdate orddate quodate pldate duedate reqdate transdate shippingdate deliverydate validitydate paymentdate - datepaid transdate_oe deliverydate_oe + datepaid transdate_oe deliverydate_oe dodate employee_startdate employee_enddate ), grep({ /^datepaid_\d+$/ || -- 2.20.1