Ignore:
Timestamp:
24 Mar 2007, 07:58:38 (18 years ago)
Author:
Henrik Bettermann
Message:

taking approval by import into consideration

Location:
WAeUP_SRP/trunk/skins/waeup_epayment
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_epayment/getPaymentsFolderInfo.py

    r1613 r1634  
    5757    else:
    5858        row['is_requeryable'] = is_so and (review_state == "opened")
    59     if (review_state == "closed") and so_object.resp_code in ('SC','00','AP',):
     59    if (review_state == "closed") and so_object.resp_code in ('SC','00','AP','IP',):
    6060        row['confirmed'] = 'active'
    6161    else:
  • WAeUP_SRP/trunk/skins/waeup_epayment/payment_receipt.pt

    r1427 r1634  
    88      <span tal:condition="info">
    99     
    10         <metal:block tal:condition="python:info_doc['doc'].resp_code in ('00','AP',)">           
     10        <metal:block tal:condition="python:info_doc['doc'].resp_code in ('00','AP','IP')">           
    1111        <h3>Online Payment Receipt</h3>
    1212        <br />
     
    106106        </metal:block>
    107107       
    108         <metal:block tal:condition="python:info_doc['doc'].resp_code not in ('SC','00','AP','')">           
     108        <metal:block tal:condition="python:info_doc['doc'].resp_code not in ('SC','00','AP','IP','')">           
    109109        <h3>Response from Bank: "<span tal:content="python:info_doc['doc'].resp_desc" />"</h3>
    110110        <br />       
Note: See TracChangeset for help on using the changeset viewer.