From: G. Richardson Date: Mon, 25 Feb 2019 11:23:46 +0000 (+0100) Subject: Order Controller POD - Typos X-Git-Tag: release-3.5.6.1~529 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=47550141e063ee82dbf29e39d1bb7bd5907e7a01;p=kivitendo-erp.git Order Controller POD - Typos --- diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index 2f4a68f2b..abe6b0eb8 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -1916,9 +1916,8 @@ SL::Controller::Order - controller for orders This is a new form to enter orders, completely rewritten with the use of controller and java script techniques. -The aim is to provide the user a better expirience and a faster flow -of work. Also the code should be more readable, more reliable and -better to maintain. +The aim is to provide the user a better experience and a faster workflow. Also +the code should be more readable, more reliable and better to maintain. =head2 Key Features @@ -1949,7 +1948,7 @@ possible (by partnumber, description, qty, sellprice and discount for now). =item * No C is necessary. All entries and calculations are managed -with ajax-calls and the page does only reload on C. +with ajax-calls and the page only reloads on C. =item *