Comment 1 for bug 500591

Revision history for this message
invitu (invitu) wrote :

Here is a small patch that only fixes a syntax error

*** account/wizard/wizard_subscription_generate.py 2009-12-26 09:18:32.000000000 -1000
--- account/wizard/wizard_subscription_generate.py_new 2009-12-26 09:18:20.000000000 -1000
***************
*** 30,36 ****

  _subscription_form = '''<?xml version="1.0"?>
  <form string="%s">
! <seperator string="Generate entries before:" colspan="4"/>
      <field name="date"/>
  </form>''' % ('Subscription Compute',)

--- 30,36 ----

  _subscription_form = '''<?xml version="1.0"?>
  <form string="%s">
! <separator string="Generate entries before:" colspan="4"/>
      <field name="date"/>
  </form>''' % ('Subscription Compute',)