From ea910b8d66ff2add3fab2857ad0bdc74501d6969 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 26 Jan 2006 15:26:00 +0000 Subject: [PATCH] Export des Lieferdatums fuer gedruckte Rechnungen. Die Variable ist <%deliverydate%>. Anbei Rechnungen mit Lieferdatum in tex und html. (Sollte sich jemand anschauen der weiss wie die auszusehen haben) --- bin/mozilla/io.pl | 4 ++-- templates/German-invoice.html | 3 +++ templates/German-invoice.tex | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/mozilla/io.pl b/bin/mozilla/io.pl index 31322f088..690162348 100644 --- a/bin/mozilla/io.pl +++ b/bin/mozilla/io.pl @@ -1586,7 +1586,7 @@ sub print_form { } map { $form->{$_} = $locale->date(\%myconfig, $form->{$_}, 1) } - ("${inv}date", "${due}date", "shippingdate"); + ("${inv}date", "${due}date", "shippingdate", "deliverydate"); @a = qw(name street zipcode city country); @@ -1616,7 +1616,7 @@ sub print_form { push @a, qw(shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptoemail shippingpoint shipvia company address signature employee contact department_1 department_2); - push @a, ("${inv}date", "${due}date", email, cc, bcc); + push @a, ("${inv}date", "${due}date", "deliverydate", email, cc, bcc); $form->format_string(@a); diff --git a/templates/German-invoice.html b/templates/German-invoice.html index 249a0ac25..2858f4f08 100644 --- a/templates/German-invoice.html +++ b/templates/German-invoice.html @@ -49,6 +49,9 @@ Nummer <%invnumber%> + + Lieferdatum <%deliverydate%> +