Revision 463f548f
Von Andreas Rudin vor etwa 1 Jahr hinzugefügt
- ID 463f548f7df9f70d5b66ffa674634f6109a5b973
- Vorgänger 98731962
| templates/design40_webpages/ar/form_header.html | ||
|---|---|---|
|
[% END %]
|
||
|
</td>
|
||
|
<td class="numeric">
|
||
|
[% temp = "paid_"_ row %]
|
||
|
[% IF row.changeable %]
|
||
|
<input name="paid_[% loop.count %]" value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]" size="11" type="text" data-validate="number" class="numeric">
|
||
|
<input name="[% temp %]" value="[% $temp | html %]" id="[%- 'payment_' _ temp -%]" size="11" type="text" data-validate="number" class="numeric">
|
||
|
[% ELSE %]
|
||
|
[% row.paid | html %]<input type="hidden" name="paid_[% loop.count %]" value="[% row.paid ? LxERP.format_amount(row.paid, 2) : '' | html %]"> [% defaultcurrency %]
|
||
|
[% $temp | html %] [% defaultcurrency %]
|
||
|
<input type="hidden" name="[% temp %]" value="[% 'Set to paid missing' | $T8 %]">
|
||
|
[% END %]
|
||
|
</td>
|
||
|
<td>
|
||
| ... | ... | |
|
</div><!-- ./tabwidget -->
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
$('#ar_set_to_paid_missing').click(function(){ $('input[name^="paid_"]:last').val("[% LxERP.format_amount(paid_missing, 2) %]") });
|
||
|
$('#ar_set_to_paid_missing').click(function(){ $('input[id^="payment_paid_"]:last').val("[% LxERP.format_amount(paid_missing, 2) %]") });
|
||
|
</script>
|
||
Auch abrufbar als: Unified diff
Fix #662 und #663 Debitorenbuchung Design40 Fehlbetrag setzen und Zahlung buchen