Revision 9123ecac
Added by Jérôme Schneider over 12 years ago
calebasse/agenda/templates/agenda/act-validation.html | ||
---|---|---|
60 | 60 |
</select> |
61 | 61 |
<button {% if last_status %}disabled{% endif %}>Modifier</button> |
62 | 62 |
</form> |
63 |
<label> Facturable : </label> |
|
64 |
<input class="input_is_billable" data-id="{{acte.id}}" type="checkbox" {% if acte.is_billable %}checked{% endif %}></input> |
|
65 |
<label> Acte perdu : </label> |
|
66 |
<input class="input_is_lost" data-id="{{acte.id}}" type="checkbox" {% if acte.is_lost %}checked{% endif %}></input> |
|
63 | 67 |
{% endif %} |
64 | 68 |
</div> |
65 | 69 |
</div> |
Also available in: Unified diff
agenda / api: act validation manage billable and lost