diff --git a/ChangeLog b/ChangeLog index 435b2b0c9..4dfe9c42f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ ChangeLog for SVN maps trunk directory: --------------------------------------------------------------------------- +python/IPO/say.py: + Small change to use new package archetype and image from Mike B. + -- Aaron Baugher 2007-02-10 + + python/IPO/say.py: Small change to use new carton_box archetype and images from Mike B. -- Aaron Baugher 2007-02-08 diff --git a/python/IPO/say.py b/python/IPO/say.py index 3ace838fc..68b47e45a 100755 --- a/python/IPO/say.py +++ b/python/IPO/say.py @@ -134,7 +134,7 @@ elif text[0] == 'bag' or text[0] == 'package' or text[0] == 'carton': elif text[0] == 'package': price = pricePackage max = 50000 - item = 'r_sack' + item = 'package' else: price = priceCarton max = 100000