Ignore:
Timestamp:
14 Dec 2014, 06:14:39 (10 years ago)
Author:
Henrik Bettermann
Message:

Log workflow transitions properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser.py

    r12220 r12221  
    229229        self.applyData(customer, **data)
    230230        self.context.addCustomer(customer)
    231         self.flash(_('Customer record created.'))
     231        self.flash(_('Customer created.'))
    232232        self.redirect(self.url(self.context[customer.customer_id], 'index'))
    233233        return
     
    525525                # know that a record was found and only the firstname
    526526                # verification failed.
    527                 self.flash(_('No customer record found.'), type="warning")
     527                self.flash(_('No customer found.'), type="warning")
    528528                return
    529529            elif customer.password is not None and self._pw_used:
     
    537537        else:
    538538            # No record found, this is the truth.
    539             self.flash(_('No customer record found.'), type="warning")
     539            self.flash(_('No customer found.'), type="warning")
    540540            return
    541541
Note: See TracChangeset for help on using the changeset viewer.