Last change
on this file was
12633,
checked in by Henrik Bettermann, 10 years ago
|
Copy over valid_from and valid_to from products when creating contract objects.
Fix ContractProcessorBase?. Do really allow to import tc_dict, valid_from, title and valid_to.
|
File size:
853 bytes
|
Rev | Line | |
---|
[12090] | 1 | <form action="." tal:attributes="action request/URL" method="post" |
---|
| 2 | enctype="multipart/form-data" i18n:domain="waeup.ikoba"> |
---|
| 3 | <table class="form-table"> |
---|
| 4 | <tbody> |
---|
| 5 | <tr> |
---|
| 6 | <td class="fieldname"> |
---|
[12097] | 7 | <span i18n:translate="">Contract Type</span>: |
---|
[12090] | 8 | </td> |
---|
| 9 | <td> |
---|
[12112] | 10 | <select id="contype" name="contype" size="1" |
---|
[12090] | 11 | class="form-control half"> |
---|
[12099] | 12 | <option tal:repeat="item view/selectable_contypes" |
---|
[12090] | 13 | tal:attributes="value python:item[0]"> |
---|
[12099] | 14 | <span tal:replace="python:item[1]">CONTYPE</span> |
---|
[12090] | 15 | </option> |
---|
| 16 | </select> |
---|
| 17 | </td> |
---|
| 18 | </tr> |
---|
| 19 | </tbody> |
---|
| 20 | </table> |
---|
[12548] | 21 | <br /> |
---|
[12090] | 22 | <div tal:condition="view/availableActions"> |
---|
| 23 | <input tal:repeat="action view/actions" |
---|
| 24 | tal:replace="structure action/render" |
---|
| 25 | /> |
---|
| 26 | </div> |
---|
| 27 | </form> |
---|
Note: See
TracBrowser for help on using the repository browser.