Changeset 4253


Ignore:
Timestamp:
11 Jun 2009, 17:16:36 (15 years ago)
Author:
Henrik Bettermann
Message:

fix traceback:

Module Products.WAeUP_SRP.ScratchCards?, line 199, in archiveBatch
TypeError?: record2dict() takes exactly 4 arguments (3 given)

Location:
WAeUP_SRP/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/ScratchCards.py

    r3616 r4253  
    197197        for pin in pins:
    198198            pin_list += pin.pin,
    199             lines.append(self.portal_pins.record2dict(fields,pin))
     199            lines.append(self.portal_pins.record2dict(fields,pin,'dummy'))
    200200        total = len(lines)
    201201        csv_writer.writerows(lines)
  • WAeUP_SRP/trunk/skins/waeup_uniben/config_form.pt

    r4241 r4253  
    153153        <th>
    154154          <label>
    155             Deadline PT/DP/CT Application:
     155            Deadline Sandwich Application:
    156156          </label>
    157157        </th>
     
    159159          <input name="date4" id="date4" value="" size="30"
    160160                 tal:attributes="value pprops/date4" />
     161        </td>
     162      </tr>         
     163     
     164      <tr>
     165        <th>
     166          <label>
     167            Deadline PT/DP/CT Application:
     168          </label>
     169        </th>
     170        <td>
     171          <input name="date5" id="date5" value="" size="30"
     172                 tal:attributes="value pprops/date5" />
    161173        </td>
    162174      </tr>         
Note: See TracChangeset for help on using the changeset viewer.