From: Sven Schöling Date: Thu, 26 Jan 2006 15:26:00 +0000 (+0000) Subject: Export des Lieferdatums fuer gedruckte Rechnungen. X-Git-Tag: release-2.4.0^2~352 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ea910b8d66ff2add3fab2857ad0bdc74501d6969;p=kivitendo-erp.git 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) --- 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%> +