Löschen und ändern von EK-Rechnungen wieder möglich
authorNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 6 Jan 2014 15:45:28 +0000 (16:45 +0100)
committerNiclas Zimmermann <niclas@kivitendo-premium.de>
Mon, 6 Jan 2014 15:45:28 +0000 (16:45 +0100)
Voraussetzung ist natürlich, dass die Buchungskonfiguration für
EK-Rechnungen in der Mandantenkonfiguration Änderungen erlaubt.

Fixed Bug #2366.

bin/mozilla/ir.pl
templates/webpages/ir/form_footer.html

index 30124cf..a0693b7 100644 (file)
@@ -356,7 +356,7 @@ sub form_header {
     max_dunning_level dunning_amount
     shiptoname shiptostreet shiptozipcode shiptocity shiptocountry  shiptocontact shiptophone shiptofax
     shiptoemail shiptodepartment_1 shiptodepartment_2 message email subject cc bcc taxaccounts cursor_fokus
-    convert_from_do_ids convert_from_oe_ids
+    convert_from_do_ids convert_from_oe_ids gldate
   ), @custom_hiddens,
   map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}];
 
index e979a80..ad241a1 100644 (file)
 
 [% IF show_delete %]
     <input class="submit" type="submit" name="action" value="[% 'Delete' | $T8 %]">
+    <input class="submit" type="submit" name="action" value="[% 'Post' | $T8 %]">
 [% END %]
 
     <input type="button" class="submit" onclick="follow_up_window()" value="[% 'Follow-Up' | $T8 %]">