Revision 4aa4ec0d
Von Sven Schöling vor mehr als 15 Jahren hinzugefügt
templates/webpages/dunning/show_invoices_de.html | ||
---|---|---|
44 | 44 |
|
45 | 45 |
<td> |
46 | 46 |
<select name="next_dunning_config_id_[% loop.count %]"> |
47 |
[% FOREACH cfg_row = DUNNING_CONFIG %]<option value="[% HTML.escape(cfg_row.id) %]" [% IF cfg_row.SELECTED %]selected[% END %]>[% HTML.escape(cfg_row.dunning_description) %]</option>[% END %] |
|
47 |
[% FOREACH cfg_row = row.DUNNING_CONFIG %]<option value="[% HTML.escape(cfg_row.id) %]" [% IF cfg_row.SELECTED %]selected[% END %]>[% HTML.escape(cfg_row.dunning_description) %]</option>[% END %]
|
|
48 | 48 |
</select> |
49 | 49 |
</td> |
50 | 50 |
|
templates/webpages/dunning/show_invoices_master.html | ||
---|---|---|
46 | 46 |
|
47 | 47 |
<td> |
48 | 48 |
<select name="next_dunning_config_id_[% loop.count %]"> |
49 |
[% FOREACH cfg_row = DUNNING_CONFIG %]<option value="[% HTML.escape(cfg_row.id) %]" [% IF cfg_row.SELECTED %]selected[% END %]>[% HTML.escape(cfg_row.dunning_description) %]</option>[% END %] |
|
49 |
[% FOREACH cfg_row = row.DUNNING_CONFIG %]<option value="[% HTML.escape(cfg_row.id) %]" [% IF cfg_row.SELECTED %]selected[% END %]>[% HTML.escape(cfg_row.dunning_description) %]</option>[% END %]
|
|
50 | 50 |
</select> |
51 | 51 |
</td> |
52 | 52 |
|
Auch abrufbar als: Unified diff
Bugfix: Mahnlevel korrekt auswählen bei Folgemahnungen.