From d47c312434e09f1b14682d4628dfd34793049b7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 12 Jan 2015 16:52:52 +0100 Subject: [PATCH] PriceSource: typo --- SL/Controller/PriceSource.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.20.1