]> git.imager.perl.org - bse.git/commitdiff
fix typo in Product importer docs
authorAdrian Oldham <adriann@visualthought.com.au>
Tue, 21 Apr 2015 06:26:52 +0000 (16:26 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 24 Apr 2015 05:54:56 +0000 (15:54 +1000)
site/cgi-bin/modules/BSE/Importer/Target/Product.pm

index f49e27f34929381c83b96fa89dec67d3971376cb..59aaf0b687420a4a6f587dff4cd166573f712508 100644 (file)
@@ -8,7 +8,7 @@ use BSE::TB::ProductOptions;
 use BSE::TB::ProductOptionValues;
 use BSE::TB::PriceTiers;
 
-our $VERSION = "1.008";
+our $VERSION = "1.009";
 
 =head1 NAME
 
@@ -95,7 +95,7 @@ option, separated by the configured C<prodop_value_sep>.
 
 =item *
 
-C<< tier_proce_I<tier_id> >> - set the product price for the specified
+C<< tier_price_I<tier_id> >> - set the product price for the specified
 tier.
 
 =back