From ef6a2cbcb3571634b44bf2ea1927f657fc43fc30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bernd=20Ble=C3=9Fmann?= Date: Thu, 24 Sep 2015 16:50:21 +0200 Subject: [PATCH] =?utf8?q?Auftrags-Controller:=20POD=20-=20haupts=C3=A4chl?= =?utf8?q?ich,=20um=20Todos=20aufzunehmen,=20die=20mir=20auffallen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/Order.pm | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 0eab99a1c..1c64e40d0 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -587,3 +587,22 @@ sub _purchase_order_type { } 1; + +__END__ + +=encoding utf-8 + +=head1 NAME + +SL::Controller::Order - controller for orders + +=head1 TODO + +Testing, PriceSources, pricefactor, units, currency, delivered, delivery order created, ... + +=head1 AUTHOR + +Bernd Bleßmann Ebernd@kivitendo-premium.deE + +=cut + -- 2.20.1