From: Sven Schöling Date: Mon, 12 Jan 2015 15:52:52 +0000 (+0100) Subject: PriceSource: typo X-Git-Tag: release-3.2.0beta~96 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=d47c312434e09f1b14682d4628dfd34793049b7d;p=kivitendo-erp.git PriceSource: typo --- diff --git a/SL/Controller/PriceSource.pm b/SL/Controller/PriceSource.pm index 555b03e35..9f8257c69 100644 --- a/SL/Controller/PriceSource.pm +++ b/SL/Controller/PriceSource.pm @@ -114,7 +114,7 @@ sub _make_record { my $class = { sales_order => 'Order', - purchase_oder => 'Order', + purchase_order => 'Order', sales_quotation => 'Order', request_quotation => 'Order', invoice => 'Invoice',