Revision df79d33d
Von Niclas Zimmermann vor fast 11 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
356 | 356 |
max_dunning_level dunning_amount |
357 | 357 |
shiptoname shiptostreet shiptozipcode shiptocity shiptocountry shiptocontact shiptophone shiptofax |
358 | 358 |
shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus |
359 |
convert_from_do_ids convert_from_oe_ids |
|
359 |
convert_from_do_ids convert_from_oe_ids gldate
|
|
360 | 360 |
), @custom_hiddens, |
361 | 361 |
map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; |
362 | 362 |
|
templates/webpages/ir/form_footer.html | ||
---|---|---|
128 | 128 |
|
129 | 129 |
[% IF show_delete %] |
130 | 130 |
<input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]"> |
131 |
<input class="submit" type="submit" name="action" value="[% 'Post' | $T8 %]"> |
|
131 | 132 |
[% END %] |
132 | 133 |
|
133 | 134 |
<input type="button" class="submit" onclick="follow_up_window()" value="[% 'Follow-Up' | $T8 %]"> |
Auch abrufbar als: Unified diff
Löschen und ändern von EK-Rechnungen wieder möglich
Voraussetzung ist natürlich, dass die Buchungskonfiguration für
EK-Rechnungen in der Mandantenkonfiguration Änderungen erlaubt.
Fixed Bug #2366.