Ignore:
Timestamp:
14 Mar 2015, 13:49:29 (10 years ago)
Author:
Henrik Bettermann
Message:

Add PaymentsContainerPage? to search for and list payments (work in progress, completely untested).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/paymentspage.pt

    r12757 r12762  
    11<br />
    2 <table class="ikoba-data-table dataTableManage">
     2<table class="ikoba-data-table dataTable">
    33  <thead>
    44  <tr>
     
    2020      <td tal:content="python: view.gateway_services[value[0].gateway_service].title">SERVICE</td>
    2121      <td tal:content="python: value[0].amount">AMOUNT</td>
    22       <td tal:content="python: value[0].currency">AMOUNT</td>
     22      <td tal:content="python: value[0].currency">CURRENCY</td>
    2323      <td tal:content="python: view.payment_states.getTerm(value[0].state).title">STATE</td>
    2424      <td>
Note: See TracChangeset for help on using the changeset viewer.