priceMarkup

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3559 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
werners 2009-09-22 08:28:43 +00:00
parent cb48096a3a
commit 542e3d16aa

View file

@ -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(