From 542e3d16aa215ba62f05d6cc394a687982300a77 Mon Sep 17 00:00:00 2001 From: werners Date: Tue, 22 Sep 2009 08:28:43 +0000 Subject: [PATCH] priceMarkup git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3559 fd906abe-77d9-0310-91a1-e0d9ade77398 --- commerce/interfaces.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/commerce/interfaces.py b/commerce/interfaces.py index 56437ec..fbefb9f 100644 --- a/commerce/interfaces.py +++ b/commerce/interfaces.py @@ -91,9 +91,10 @@ class IShop(Interface): u'a price group.'), default='', required=False) - priceMarkup = schema.Float( - title=_(u'Price Markup'), - description=_(u'Price Markup (percent).'), + priceMarkup= schema.Float( + title=_(u'Price Markup (%)'), + description=_(u'Markup in percent to apply to the standard price of the product ' + u'if the product has not got a price for the price scale given.'), default=0.0, required=False) isConsumerShop = schema.Bool(