From 68c2b42feed35795304c1b84a9e2c4eb93b4021d Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 28 Dec 2010 14:57:55 +0100 Subject: [PATCH] =?utf8?q?Lieferscheinvorlagen=20(Einkauf,=20Verkauf)=20?= =?utf8?q?=C3=BCber=20Men=C3=BC=20"Vorlagen"=20bearbeitbar=20gemacht?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fix für Bug 1445. --- bin/mozilla/amtemplates.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/mozilla/amtemplates.pl b/bin/mozilla/amtemplates.pl index b8c91296c..a5047a9bd 100644 --- a/bin/mozilla/amtemplates.pl +++ b/bin/mozilla/amtemplates.pl @@ -147,9 +147,11 @@ sub display_template_form { "invoice" => $locale->text('Invoice'), "pick_list" => $locale->text('Pick List'), "proforma" => $locale->text('Proforma Invoice'), + "purchase_delivery_order" => { translation => $::locale->text('Purchase delivery order'), tex => 1 }, "purchase_order" => $locale->text('Purchase Order'), "receipt" => { "translation" => $locale->text('Receipt'), "tex" => 1 }, "request_quotation" => $locale->text('RFQ'), + "sales_delivery_order" => { translation => $::locale->text('Sales delivery order'), tex => 1 }, "sales_order" => $locale->text('Confirmation'), "sales_quotation" => $locale->text('Quotation'), "statement" => $locale->text('Statement'), -- 2.20.1