Ignore:
Timestamp:
25 Mar 2021, 09:45:54 (4 years ago)
Author:
Henrik Bettermann
Message:

Add payment option (p_option) field to payment tickets and add
select box on online payment add form pages. Disable this feature
in the base package.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/browser_templates/onlinepaymentaddform.pt

    r15664 r16431  
    1414                    tal:attributes="value python:item[0]">
    1515              <span tal:replace="python:item[1]">FEE CATEGORY</span>
     16            </option>
     17          </select>
     18        </td>
     19      </tr>
     20      <tr tal:condition="view/selectable_payment_options">
     21        <td class="fieldname">
     22          Payment Option:
     23        </td>
     24        <td>
     25          <select id="form.p_option" name="form.p_option" size="1"
     26                  class="form-control half" onclick="further()">
     27            <option tal:repeat="item view/selectable_payment_options"
     28                    tal:attributes="value python:item[0]">
     29              <span tal:replace="python:item[1]">PAYMENT OPTION</span>
    1630            </option>
    1731          </select>
Note: See TracChangeset for help on using the changeset viewer.