fix field definition
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2812 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
14493af40a
commit
c2385f6e63
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
xmlns:zope="http://namespaces.zope.org/zope"
|
||||
xmlns:browser="http://namespaces.zope.org/browser"
|
||||
xmlns:i18n="http://namespaces.zope.org/i18n"
|
||||
i18n_domain="zope">
|
||||
i18n_domain="cybertools.commerce">
|
||||
|
||||
<i18n:registerTranslations directory="locales" />
|
||||
|
||||
|
|
|
@ -162,7 +162,7 @@ class ICustomer(Interface):
|
|||
its own.
|
||||
"""
|
||||
|
||||
customerId = schema.ASCII(
|
||||
customerId = schema.ASCIILine(
|
||||
title=_(u'Customer Identifier'),
|
||||
description=_(u'A name or number uniquely identifiying the customer.'),
|
||||
default='',
|
||||
|
|
Loading…
Add table
Reference in a new issue