Changeset 9926 for main/waeup.aaue


Ignore:
Timestamp:
30 Jan 2013, 18:59:11 (12 years ago)
Author:
Henrik Bettermann
Message:

It's COL1 not COL6 where etranzact forwards the p_id.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaue/trunk/src/waeup/aaue/etranzact/browser.py

    r9904 r9926  
    135135        success = f.read()
    136136        success = success.replace('\r\n','')
    137         if 'COL6' not in success:
     137        if 'COL1' not in success:
    138138            msg = _('Invalid or unsuccessful callback: ${a}',
    139139                mapping = {'a': success})
Note: See TracChangeset for help on using the changeset viewer.