Changeset 2877 for WAeUP_SRP/base


Ignore:
Timestamp:
7 Dec 2007, 22:20:37 (17 years ago)
Author:
Henrik Bettermann
Message:

remove redundent payment fields

Location:
WAeUP_SRP/base/skins
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/base/skins/waeup_epayment/interswitch_cb.py

    r2859 r2877  
    7878                                                             review_state))
    7979    return request.RESPONSE.redirect("%s/waeup_document_view" % context.absolute_url())
    80    
     80
    8181resp = pd['resp_code']
    8282
  • WAeUP_SRP/base/skins/waeup_epayment/pay_by_sc.py

    r2859 r2877  
    101101    info['amount'] = cost
    102102    pin = info['order_id'] = "%s" % pin
    103     info['type_code'] = "%s" % pin  #type_code is redundant and will be removed soon
     103    #info['type_code'] = "%s" % pin  #type_code is redundant and will be removed soon
    104104    info['type_description'] = 'School Fee for Session %s' % next_session_str
    105     info['type'] = 'SC'
     105    info['type'] = 'sc'
    106106    info['status'] = 'paid'
    107107    info['target'] = s_brain.course
  • WAeUP_SRP/base/skins/waeup_epayment/pay_interswitch_acco.py

    r2857 r2877  
    6363    if fulltime:
    6464        pay_item_id = "6100"
    65         info['type_code'] = student_record.faculty   #type_code is redundant and will be removed soon
     65        #info['type_code'] = student_record.faculty   #type_code is redundant and will be removed soon
    6666        info['bank'] = ''
    6767    else:
    6868        pay_item_id = "6101"
    69         info['type_code'] = student_record.course  #type_code is redundant and will be removed soon
     69        #info['type_code'] = student_record.course  #type_code is redundant and will be removed soon
    7070        info['bank'] = ''
    7171    info['payment_possible'] = True
  • WAeUP_SRP/base/skins/waeup_epayment/payment_receipt.pt

    r2066 r2877  
    4040              />
    4141        </metal:block>
     42       
     43       
     44       
     45       
    4246        <metal:block tal:condition="info/is_scratchcard_pmt">           
    4347        <h3>Scratch Card Payment Receipt</h3>
     
    7680        <tr>
    7781          <td width="220px">Access Code:</td>
    78           <td><span tal:content="pm/type_code" /></td>
     82          <td><span tal:content="pm/order_id" /></td>
    7983        </tr>     
    8084        <tr>
  • WAeUP_SRP/base/skins/waeup_student/request_transfer.py

    r2661 r2877  
    101101info['amount'] = "n/a"
    102102pin = info['order_id'] = ds.get('pin')
    103 info['type_code'] = "%s" % pin
     103#info['type_code'] = "%s" % pin
    104104info['type_description'] = 'Transfer Form'
    105105info['resp_code'] = "SC"
Note: See TracChangeset for help on using the changeset viewer.